summaryrefslogtreecommitdiff
path: root/examples/vehiclefunctions/climate_widget/climate_widget.pro
blob: b9ae89feee5e4987811dfc5112630308d1368fb5 (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]/vehiclefunctions/climate_widget
INSTALLS += target