blob: 606791e3d6ebe10f90724f398aada2e43c4a618a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
include( ../common.pro )
LIBS += $$KDELIBDESTDIR\kdecore$$KDELIB_SUFFIX
TARGET = kthemestyle$$KDEBUG
SOURCES = \
kthemestyle.cpp \
kthemebase.cpp \
kstyledirs.cpp
system( tqmoc kthemestyle.h -o tqmoc/kthemestyle.moc )
system( tqmoc kthemebase.h -o tqmoc/kthemebase.moc )
|