summaryrefslogtreecommitdiffstats
path: root/win/pro_files/kstyles/thinkeramik/widget-engine/thinkeramik_rel.pro
blob: 62b5d6b390ae1a757b507f254357514e0586a81f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# release version with compiled-in tdefx classes
# this is used eg. for QT-only apps like Installer

TEMPLATE	= lib

unix { 
	INCLUDEPATH += moc
	#force finding libraries in current dir (for installer, etc):
	QMAKE_LFLAGS += -Wl,-rpath,.
	DEFINES += TDEFX_EXPORT=
}


CONFIG += kstyle

KW_CONFIG = release
CONFIG -= debug
CONFIG += release

include( $(KDELIBS)/win/common.pro )


LIBS= #DONT BE DEPENDENT ON ANY OTHER LIBS

CONFIG -= debug

# needed to export library classes:
DEFINES += MAKE_KSTYLE_LIB MAKE_TDEFX_LIB

TARGET		= thinkeramik

SOURCES = \
colorutil.cpp \
gradients.cpp \
thinkeramik.cpp \
pixmaploader.cpp

#compile in tdefx
SOURCES += \
../../../tdefx/tdestyle.cpp \
../../../tdefx/kimageeffect.cpp \
../../../tdefx/kpixmapeffect.cpp \
../../../tdefx/kpixmap.cpp

system( moc thinkeramik.h -o moc/thinkeramik.moc )
system( moc ../../../tdefx/tdestyle.h -o moc/tdestyle.moc )


system( bash ./genemb.sh )