summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/plugins/src/styles/platinum/platinum.pro
blob: 486faeb562785f4034ad29b2e64f030074ed5ad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = lib
TARGET	 = qplatinumstyle

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

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

!tqcontains(styles, windows) {
	HEADERS += ../../../../include/tqwindowsstyle.h
	SOURCES += ../../../../src/styles/tqwindowsstyle.cpp
}

unix:OBJECTS_DIR	= .obj
win32:OBJECTS_DIR	= obj

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