summaryrefslogtreecommitdiffstats
path: root/src/plugins/decorations/styled/styled.pro
blob: 151ef881788d639aeec18191c525749e3938037d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET = qdecorationstyled
include(../../qpluginbase.pri)

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