summaryrefslogtreecommitdiff
path: root/examples/ivivehiclefunctions/climate_widget/climate_widget.pro
blob: b64c5b28db571c0fb4ad28c63b5a1eeccf356e2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
QT       += core gui ivicore ivivehiclefunctions
CONFIG   += c++11

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = climate_widget
TEMPLATE = app


SOURCES += main.cpp\
        mainwindow.cpp

HEADERS  += mainwindow.h

FORMS    += mainwindow.ui

# install
target.path = $$[QT_INSTALL_EXAMPLES]/ivivehiclefunctions/climate_widget
INSTALLS += target