summaryrefslogtreecommitdiffstats
path: root/src/plugins/styles/bb10style/bb10style.pro
blob: ad35df6de72a24739e8f588f6289b43371358f97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
TARGET = bb10styleplugin

PLUGIN_TYPE = styles
PLUGIN_CLASS_NAME = BlackBerry10StylePlugin
load(qt_plugin)

INCLUDEPATH += $$PWD

QT += widgets

HEADERS += \
    qpixmapstyle.h \
    qbb10brightstyle.h \
    qbb10darkstyle.h \
    qbb10styleplugin.h

SOURCES += \
    qpixmapstyle.cpp \
    qbb10brightstyle.cpp \
    qbb10darkstyle.cpp \
    qbb10styleplugin.cpp

RESOURCES += \
    qbb10brightstyle.qrc \
    qbb10darkstyle.qrc

OTHER_FILES += qbb10styleplugin.json