blob: 5c86ba832990b9138a02864df21eed2bc26fe7bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
TARGET = qplastiquestyle
PLUGIN_TYPE = styles
PLUGIN_CLASS_NAME = QPlastiqueStylePlugin
load(qt_plugin)
QT = core core-private gui gui-private widgets
HEADERS += qplastiquestyle.h
SOURCES += qplastiquestyle.cpp
SOURCES += plugin.cpp
include(../shared/shared.pri)
OTHER_FILES += plastique.json
|