summaryrefslogtreecommitdiffstats
path: root/src/plugins/decorations/windows/windows.pro
blob: 3cac77de31757755d40a14c4e1e797bacd68a785 (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

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