summaryrefslogtreecommitdiffstats
path: root/src/imports/app/app.pro
blob: 43ba7dd8280908330727a8f47c3959fa600f980c (plain)
1
2
3
4
5
6
7
8
9
10
11
TARGET = qtqmlandroidappplugin
TARGETPATH = android/app
IMPORT_VERSION = 0.21

QT += qmlandroid-private

SOURCES += \
    $$PWD/qtqmlandroidappplugin.cpp

CONFIG += no_cxx_module
load(qml_plugin)