summaryrefslogtreecommitdiffstats
path: root/src/plugins/decorations/styled/styled.pro
blob: c5329aea291af60f8062f52dcee84076fb22357a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET = qdecorationstyled
load(qt_plugin)

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

DEFINES += QT_QWS_DECORATION_STYLED

HEADERS	= $$QT_SOURCE_TREE/src/gui/embedded/qdecorationstyled_qws.h
SOURCES	= main.cpp \
	$$QT_SOURCE_TREE/src/gui/embedded/qdecorationstyled_qws.cpp