summaryrefslogtreecommitdiffstats
path: root/src/plugins/styles/plastique/plastique.pro
blob: ccdf8f5f507003dd0ccc7b22258c2d5310ef6c67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET  = qplastiquestyle
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

DESTDIR = $$QT.gui.plugins/styles
target.path += $$[QT_INSTALL_PLUGINS]/styles
INSTALLS += target