aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/core/core.pro
blob: 72e014cb3f5f1e07e6001d769332e979670d1e8a (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  = qtivicoreplugin
TARGETPATH = QtIvi
IMPORT_VERSION = 1.0

SOURCES += \
    plugin.cpp

QT = ivicore

# 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)):qtHaveModule(quick) {
    first.target = first
    first.depends += qmltypes
    QMAKE_EXTRA_TARGETS += first
}
load(qml_plugin)

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