summaryrefslogtreecommitdiffstats
path: root/src/imports/support/v4/widget/widget.pro
blob: 8814bea1bd9a72f155ea8d9a4b74a8714090ba1f (plain)
1
2
3
4
5
6
7
8
9
10
11
TARGET = qtqmlandroidsupportv4widgetplugin
TARGETPATH = android/support/v4/widget
IMPORT_VERSION = 0.21

QT += qmlandroid-private

SOURCES += \
    $$PWD/qtqmlandroidsupportv4widgetplugin.cpp

CONFIG += no_cxx_module
load(qml_plugin)