diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
commit | 452dc1bc85da499f67d6cacd130263377552c631 (patch) | |
tree | bd859131120b044fd19fcb847e18a2e74ee9a923 /win/common.pro | |
parent | 25a5b3950e013d67b68f091cdfac27eb1ad0debc (diff) | |
download | tdelibs-452dc1bc85da499f67d6cacd130263377552c631.tar.gz tdelibs-452dc1bc85da499f67d6cacd130263377552c631.zip |
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'win/common.pro')
-rw-r--r-- | win/common.pro | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/win/common.pro b/win/common.pro index 669d22d62..2e7837a82 100644 --- a/win/common.pro +++ b/win/common.pro @@ -12,7 +12,7 @@ exists( custom_defs.pro ) { } # common version info for all libs: -!contains( CONFIG, kde3lib ) { +!contains( CONFIG, trinitylib ) { VER_MAJ = $(KDE_VER_MAJ) VER_MIN = $(KDE_VER_MIN) VER_PAT = $(KDE_VER_PAT) @@ -62,10 +62,10 @@ isEmpty( KDEBUG ) { } !contains(CONFIG,debug) { KDEBUG=_ - contains(CONFIG,kde3lib) { + contains(CONFIG,trinitylib) { KDELIBDEBUG= } - !contains(CONFIG,kde3lib) { + !contains(CONFIG,trinitylib) { KDELIBDEBUG=_ } KDELIBDEBUGLIB=.lib @@ -101,16 +101,16 @@ contains( TEMPLATE, lib ) { # indicate that we building a library QMAKE_CXXFLAGS += -DKDE_MAKE_LIB=1 - # lib/kde3 dest dir (for modules) - contains( CONFIG, kde3lib ) { - DESTDIR = $$KDEBINDESTDIR/lib/kde3 + # lib/trinity dest dir (for modules) + contains( CONFIG, trinitylib ) { + DESTDIR = $$KDEBINDESTDIR/lib/trinity TARGET_EXT = .dll #- no ver. in filename } - !contains( CONFIG, kde3lib ) { + !contains( CONFIG, trinitylib ) { DESTDIR = $$KDELIBDESTDIR } contains( CONFIG, kstyle ) { - DESTDIR = $$KDEBINDESTDIR/lib/kde3/plugins/styles + DESTDIR = $$KDEBINDESTDIR/lib/trinity/plugins/styles CONFIG += plugin } # !contains(CONFIG,debug) { |