summaryrefslogtreecommitdiffstats
path: root/src/plugins/styles/cleanlooks/cleanlooks.pro
blob: 91ccdfb67b184cb11650854e3e88e530f22a9eee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET  = qcleanlooksstyle
load(qt_plugin)

QT = core gui widgets

HEADERS += qcleanlooksstyle.h
SOURCES += qcleanlooksstyle.cpp
SOURCES += plugin.cpp

include(../shared/shared.pri)

OTHER_FILES += cleanlooks.json

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