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

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

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