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

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

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

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

unix:OBJECTS_DIR	= .obj
win32:OBJECTS_DIR	= obj

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