summaryrefslogtreecommitdiffstats
path: root/src/imports/utils/utils.pro
blob: a589b46515e64a596e573915a0077b03a5d7571c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CXX_MODULE = qml
TARGET  = qtdroidutilsplugin
TARGETPATH = QtDroid/Utils
IMPORT_VERSION = 1.0

QT += qml

SOURCES += plugin.cpp

### kludge
INCLUDEPATH += $$PWD/../../../include
LIBS += -L$$PWD/../../../lib -lQt5DroidUtils

load(qml_plugin)