summaryrefslogtreecommitdiffstats
path: root/plugins/src/styles/windows/windows.pro
blob: c1a3732c696a1bc8e495bd866ff3e257f3b7bb86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = lib
TARGET	 = qwindowsstyle

CONFIG  += qt warn_off release plugin
DESTDIR	 = ../../../styles

HEADERS		= ../../../../include/ntqwindowsstyle.h
SOURCES		= main.cpp \
		  ../../../../src/styles/qwindowsstyle.cpp

unix:OBJECTS_DIR	= .obj
win32:OBJECTS_DIR	= obj

target.path += $$plugins.path/styles
INSTALLS += target