summaryrefslogtreecommitdiffstats
path: root/src/plugins/styles/windowsvista/windowsvista.pro
blob: f82bcfc91b3c65729067ee50ff08991676c9027b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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

LIBS_PRIVATE += -lgdi32 -luser32

# DEFINES/LIBS needed for qwizard_win.cpp and the styles
include(../../../widgets/kernel/win.pri)

DISTFILES += windowsvistastyle.json

PLUGIN_TYPE = styles
PLUGIN_CLASS_NAME = QWindowsVistaStylePlugin
load(qt_plugin)