aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/vehiclefunctions/vehiclefunctions.pro
blob: 1acc47df0af4408df6bb1d628b539fc5d322d1c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
CXX_MODULE = qml
TARGET  = qtivivehiclefunctionsplugin
TARGETPATH = QtIvi/VehicleFunctions
IMPORT_VERSION = 1.0

SOURCES += \
    plugin.cpp

QT += ivicore ivivehiclefunctions

# Automatically update the qmltypes file to keep it up to date with API changes
# This only works for non-prefix builds and not when cross-compiling
!cross_compile:!force_independent:if(!debug_and_release|!build_all|CONFIG(release, debug|release)) {
    first.target = first
    first.depends += qmltypes
    QMAKE_EXTRA_TARGETS += first
}
load(qml_plugin)

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