aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ivivehiclefunctions/climate_qml/climate_qml.pro
blob: 07ba83d468dfaecef966efcd3553b12971899ae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = app

QT += qml quick widgets

SOURCES += main.cpp

RESOURCES += qml.qrc

# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =

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