summaryrefslogtreecommitdiffstats
path: root/parts/appwizard
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:13:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:13:44 -0600
commit88838f421c1d218531cb0ddcc2599ae90e744759 (patch)
treeb898b4f5204ae416a302d496b059e65dfe781f4e /parts/appwizard
parent8e7b3d87aaeebf32fa6769f207d6ac20462e3e0c (diff)
downloadtdevelop-88838f421c1d218531cb0ddcc2599ae90e744759.tar.gz
tdevelop-88838f421c1d218531cb0ddcc2599ae90e744759.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'parts/appwizard')
-rw-r--r--parts/appwizard/common/scons/admin/kde.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/parts/appwizard/common/scons/admin/kde.py b/parts/appwizard/common/scons/admin/kde.py
index 494aaf27..037b4af0 100644
--- a/parts/appwizard/common/scons/admin/kde.py
+++ b/parts/appwizard/common/scons/admin/kde.py
@@ -52,7 +52,7 @@ def detect_kde(env):
print "Make sure kde is installed properly"
print "(missing package tdebase-devel?)"
env.Exit(1)
- env['KDEDIR'] = os.popen('kde-config -prefix').read().strip()
+ env['TDEDIR'] = os.popen('kde-config -prefix').read().strip()
print "Checking for kde version : ",
kde_version = os.popen("kde-config --version|grep KDE").read().strip().split()[1]
@@ -371,7 +371,7 @@ ie: """+BOLD+"""scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt
('QT_UIC', 'tqmoc directory'),
('QT_TQMOC', 'tqmoc executable command'),
('QTPLUGINS', 'uic executable command'),
- ('KDEDIR', 'root of kde directory'),
+ ('TDEDIR', 'root of kde directory'),
('KDELIBPATH', 'path to the kde libs'),
('KDEINCLUDEPATH', 'path to the kde includes'),
@@ -392,7 +392,7 @@ ie: """+BOLD+"""scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt
opts.Update(env)
# reconfigure when things are missing
- if not env['HELP'] and (env['_CONFIGURE'] or not env.has_key('QTDIR') or not env.has_key('KDEDIR')):
+ if not env['HELP'] and (env['_CONFIGURE'] or not env.has_key('QTDIR') or not env.has_key('TDEDIR')):
detect_kde(env)
# finally save the configuration to the cache file