summaryrefslogtreecommitdiffstats
path: root/src/imports/android/widget/widget.pro
blob: 25dec8dad143dbf3a5af0f00e8fbc751bfba1770 (plain)
1
2
3
4
5
6
7
8
9
10
11
TARGET = qtqmlandroidwidgetplugin
TARGETPATH = android/widget
IMPORT_VERSION = 0.21

QT += nativeandroid-private

SOURCES += \
    $$PWD/qtqmlandroidwidgetplugin.cpp

CONFIG += no_cxx_module
load(qml_plugin)