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

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/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