summaryrefslogtreecommitdiffstats
path: root/win/pro_files/kded/kded.pro
diff options
context:
space:
mode:
Diffstat (limited to 'win/pro_files/kded/kded.pro')
-rw-r--r--win/pro_files/kded/kded.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/pro_files/kded/kded.pro b/win/pro_files/kded/kded.pro
index 2c97c420a..05f2455cc 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 ktqmoc )
+system( bash kmoc )
-!tqcontains(CONFIG,GUI) {
- !tqcontains(KW_CONFIG,release) {
+!contains(CONFIG,GUI) {
+ !contains(KW_CONFIG,release) {
TARGET = kbuildsycoca_d
}
- tqcontains(KW_CONFIG,release) {
+ contains(KW_CONFIG,release) {
TARGET = kbuildsycoca
}
}