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

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

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

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

unix:OBJECTS_DIR	= .obj
win32:OBJECTS_DIR	= obj

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