summaryrefslogtreecommitdiffstats
path: root/src/plugins/decorations/default/default.pro
blob: fb41d7fcda04cb7db4d1038a0e6a9fb0bf35eb6b (plain)
1
2
3
4
5
6
7
8
9
10
TARGET	 = qdecorationdefault
include(../../qpluginbase.pri)

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

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/decorations
target.path += $$[QT_INSTALL_PLUGINS]/decorations
INSTALLS += target