diff options
Diffstat (limited to 'win/common.pro')
-rw-r--r-- | win/common.pro | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/win/common.pro b/win/common.pro index 2e7837a82..a27fe889e 100644 --- a/win/common.pro +++ b/win/common.pro @@ -81,14 +81,14 @@ contains( TEMPLATE, app ) { # !contains(CONFIG,debug) { # DESTDIR = $$KDEBINDESTDIR\release-bin # } - !contains(CONFIG,nokdecore) { - LIBS += $$KDELIBDESTDIR/kdecore$$KDELIB_SUFFIX + !contains(CONFIG,notdecore) { + LIBS += $$KDELIBDESTDIR/tdecore$$KDELIB_SUFFIX } - !contains(CONFIG,nokdeui) { - LIBS += $$KDELIBDESTDIR/kdeui$$KDELIB_SUFFIX + !contains(CONFIG,notdeui) { + LIBS += $$KDELIBDESTDIR/tdeui$$KDELIB_SUFFIX } - !contains(CONFIG,nokdefx) { - LIBS += $$KDELIBDESTDIR/kdefx$$KDELIB_SUFFIX + !contains(CONFIG,notdefx) { + LIBS += $$KDELIBDESTDIR/tdefx$$KDELIB_SUFFIX } } # default template is "lib" |