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

QT += nativeandroid-private

SOURCES += \
    $$PWD/qtqmlandroidviewplugin.cpp

CONFIG += no_cxx_module
load(qml_plugin)