blob: 55d61d97e14903ed0387b1a766564c17855599a5 (
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 \
tdestyledirs.cpp
system( moc kthemestyle.h -o moc/kthemestyle.moc )
system( moc kthemebase.h -o moc/kthemebase.moc )
|