summaryrefslogtreecommitdiffstats
path: root/win/pro_files/kstyles/kthemestyle/themestyle.pro
blob: 773030b6bf566b463563d9ed41364457cdabfc2e (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( moc kthemestyle.h -o moc/kthemestyle.moc )
system( moc kthemebase.h -o moc/kthemebase.moc )