You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
657 B
37 lines
657 B
15 years ago
|
TEMPLATE = app
|
||
|
|
||
|
include( $(KDELIBS)/win/common.pro )
|
||
|
|
||
|
LIBS += $$KDELIBDESTDIR\dcop$$KDELIB_SUFFIX $$KDELIBDESTDIR\kio$$KDELIB_SUFFIX
|
||
|
|
||
|
# icon
|
||
|
LIBS+=$(KDELIBS)/win/resources/kbuildsycoca.res
|
||
|
|
||
|
INCLUDEPATH += $(KDELIBS)/kded
|
||
|
|
||
|
system( bash kmoc )
|
||
|
|
||
|
!contains(CONFIG,GUI) {
|
||
|
!contains(KW_CONFIG,release) {
|
||
|
TARGET = kbuildsycoca_d
|
||
|
}
|
||
|
contains(KW_CONFIG,release) {
|
||
|
TARGET = kbuildsycoca
|
||
|
}
|
||
|
}
|
||
|
|
||
|
SOURCES = \
|
||
|
kbuildsycoca.cpp \
|
||
|
kbuildimageiofactory.cpp \
|
||
|
kbuildprotocolinfofactory.cpp \
|
||
|
kbuildservicefactory.cpp \
|
||
|
kbuildservicegroupfactory.cpp \
|
||
|
kbuildservicetypefactory.cpp \
|
||
|
kctimefactory.cpp \
|
||
|
vfolder_menu.cpp
|
||
|
|
||
|
HEADERS =
|
||
|
|
||
|
TRANSLATIONS = kbuildsycoca_pl.ts
|
||
|
|