summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/kscons_kxt
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:48:54 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:48:54 -0600
commit8a29702ea720f94cd19c04b6ba24fc6bbebdb863 (patch)
treee6cb496144fb89fad2f33ac293e30269466dfa0f /languages/cpp/app_templates/kscons_kxt
parentee9e073ff7cb522ef99416a286913b36793d1bab (diff)
downloadtdevelop-8a29702ea720f94cd19c04b6ba24fc6bbebdb863.tar.gz
tdevelop-8a29702ea720f94cd19c04b6ba24fc6bbebdb863.zip
Rename kde-config to tde-config
Diffstat (limited to 'languages/cpp/app_templates/kscons_kxt')
-rw-r--r--languages/cpp/app_templates/kscons_kxt/INSTALL6
-rwxr-xr-xlanguages/cpp/app_templates/kscons_kxt/messages.sh4
2 files changed, 5 insertions, 5 deletions
diff --git a/languages/cpp/app_templates/kscons_kxt/INSTALL b/languages/cpp/app_templates/kscons_kxt/INSTALL
index 798f33ff..d73ac7db 100644
--- a/languages/cpp/app_templates/kscons_kxt/INSTALL
+++ b/languages/cpp/app_templates/kscons_kxt/INSTALL
@@ -44,12 +44,12 @@ $ scons -c install
CONFIGURATION NOTES
-------------------
-The installation scripts are relying on the kde-config program.
-The programs kde-config, qmake, uic and moc must be accesssible
+The installation scripts are relying on the tde-config program.
+The programs tde-config, qmake, uic and moc must be accesssible
through your PATH.
Qt and kde may not be installed as expected (in QTDIR and TDEDIR)
-So until kde-config is able to give that information, you may
+So until tde-config is able to give that information, you may
have to give those paths. You may also want to tune the build.
In these cases, you must first run "scons configure" with some options
diff --git a/languages/cpp/app_templates/kscons_kxt/messages.sh b/languages/cpp/app_templates/kscons_kxt/messages.sh
index 2fd4f0bd..34870bc1 100755
--- a/languages/cpp/app_templates/kscons_kxt/messages.sh
+++ b/languages/cpp/app_templates/kscons_kxt/messages.sh
@@ -17,9 +17,9 @@
SRCDIR=../test1-kconfigxt # srcdir is the directory containing the source code
TIPSDIR=$SRCDIR # tipsdir is the directory containing the tips
-TDEDIR=`kde-config --prefix`
+TDEDIR=`tde-config --prefix`
EXTRACTRC=extractrc
-KDEPOT=`kde-config --prefix`/include/kde.pot
+KDEPOT=`tde-config --prefix`/include/kde.pot
XGETTEXT="xgettext -C -ki18n -ktr2i18n -kI18N_NOOP -ktranslate -kaliasLocale -x $KDEPOT "
## check that kde.pot is available