aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/core/core.pro
blob: 796ef1e4981969ab6de08d22f14306db3f5a478c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CXX_MODULE = qml
TARGET  = qtivicoreplugin
TARGETPATH = QtIvi

SOURCES += \
    plugin.cpp

QT += ivicore

load(qml_plugin)

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