summaryrefslogtreecommitdiffstats
path: root/examples/ifvehiclefunctions/climate-qml/climate-qml.pro
blob: 8b11c109478ee58397b384f87679c9bcd9ede8bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = app

QT += qml quick

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]/ifvehiclefunctions/climate_qml
INSTALLS += target