summaryrefslogtreecommitdiffstats
path: root/src/plugins/styles/android/android.pro
blob: 4ca35d804621bada045f43c37158838b23d1f3b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET = qandroidstyle

QT += widgets-private

SOURCES += \
    main.cpp \
    qandroidstyle.cpp

HEADERS += \
    qandroidstyle_p.h

DISTFILES += androidstyle.json

PLUGIN_TYPE = styles
PLUGIN_CLASS_NAME = QAndroidStylePlugin
load(qt_plugin)