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