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

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