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

SOURCES += \
    plugin.cpp

QT += ivicore

load(qml_plugin)

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