summaryrefslogtreecommitdiffstats
path: root/src/imports/imports.pro
blob: 16c94f6ae1a22fa9a38c8b65b883fecac07a1b3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CXX_MODULE = qml
TARGET = qtotaupdateplugin
TARGETPATH = QtOtaUpdate/
IMPORT_VERSION = 1.0

QT += qml qtotaupdate

SOURCES += pluginmain.cpp

OTHER_FILES += qmldir

load(qml_plugin)