diff options
Diffstat (limited to 'win/pro_files/kded/kded.pro')
-rw-r--r-- | win/pro_files/kded/kded.pro | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win/pro_files/kded/kded.pro b/win/pro_files/kded/kded.pro index 05f2455cc..2c97c420a 100644 --- a/win/pro_files/kded/kded.pro +++ b/win/pro_files/kded/kded.pro @@ -9,13 +9,13 @@ LIBS+=$(KDELIBS)/win/resources/kbuildsycoca.res INCLUDEPATH += $(KDELIBS)/kded -system( bash kmoc ) +system( bash ktqmoc ) -!contains(CONFIG,GUI) { - !contains(KW_CONFIG,release) { +!tqcontains(CONFIG,GUI) { + !tqcontains(KW_CONFIG,release) { TARGET = kbuildsycoca_d } - contains(KW_CONFIG,release) { + tqcontains(KW_CONFIG,release) { TARGET = kbuildsycoca } } |