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

SOURCES += \
    plugin.cpp

QT += ivicore ivivehiclefunctions

load(qml_plugin)

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