aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/vehiclefunctions/vehiclefunctions.pro
blob: 0224a4d327dcc458b43bb0fb583a8888068cf0f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CXX_MODULE = qml
TARGET  = qtivivehiclefunctionsplugin
TARGETPATH = QtIvi/VehicleFunctions

SOURCES += \
    plugin.cpp

QT += ivicore ivivehiclefunctions

load(qml_plugin)

qml_files = $$_PRO_FILE_PWD_/qmldir
OTHER_FILES += $$qml_files