summaryrefslogtreecommitdiffstats
path: root/src/plugins/styles/windowsvista/windowsvista.pro
blob: 483914c13d904c76a719a95450f5161cd982e710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TARGET = qwindowsvistastyle

QT += widgets-private

SOURCES += main.cpp

HEADERS += qwindowsvistastyle_p.h qwindowsvistastyle_p_p.h
SOURCES += qwindowsvistastyle.cpp

HEADERS += qwindowsxpstyle_p.h qwindowsxpstyle_p_p.h
SOURCES += qwindowsxpstyle.cpp

QMAKE_USE_PRIVATE += user32 gdi32
LIBS_PRIVATE *= -luxtheme

DISTFILES += windowsvistastyle.json

PLUGIN_TYPE = styles
PLUGIN_CLASS_NAME = QWindowsVistaStylePlugin
load(qt_plugin)