summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-28 22:31:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-28 22:31:39 -0600
commit41bb408dde90e755b07cd2ab8a9bdec7548c84b0 (patch)
tree6d4d5407c000add30aa78630e009c0e5d633e440 /configure
parent1740cd279522c060e738bbbffacab83355d2b794 (diff)
downloadtqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.tar.gz
tqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.zip
Automated conversion from qt3
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure18
1 files changed, 9 insertions, 9 deletions
diff --git a/configure b/configure
index c1218d9a..11b0a776 100755
--- a/configure
+++ b/configure
@@ -1093,15 +1093,15 @@ static const char QT_INSTALL_TRANSLATIONS[267] = "qt_trnpath=$QT_INSTALL_TRANSLA
static const char QT_INSTALL_SYSCONF [267] = "qt_cnfpath=$QT_INSTALL_SYSCONF";
/* strlen( "qt_xxxpath=" ) == 11 */
-const char *qInstallPath() { return QT_INSTALL_PREFIX + 11; }
-const char *qInstallPathDocs() { return QT_INSTALL_DOCS + 11; }
-const char *qInstallPathHeaders() { return QT_INSTALL_HEADERS + 11; }
-const char *qInstallPathLibs() { return QT_INSTALL_LIBS + 11; }
-const char *qInstallPathBins() { return QT_INSTALL_BINS + 11; }
-const char *qInstallPathPlugins() { return QT_INSTALL_PLUGINS + 11; }
-const char *qInstallPathData() { return QT_INSTALL_DATA + 11; }
-const char *qInstallPathTranslations() { return QT_INSTALL_TRANSLATIONS + 11; }
-const char *qInstallPathSysconf() { return QT_INSTALL_SYSCONF + 11; }
+const char *tqInstallPath() { return QT_INSTALL_PREFIX + 11; }
+const char *tqInstallPathDocs() { return QT_INSTALL_DOCS + 11; }
+const char *tqInstallPathHeaders() { return QT_INSTALL_HEADERS + 11; }
+const char *tqInstallPathLibs() { return QT_INSTALL_LIBS + 11; }
+const char *tqInstallPathBins() { return QT_INSTALL_BINS + 11; }
+const char *tqInstallPathPlugins() { return QT_INSTALL_PLUGINS + 11; }
+const char *tqInstallPathData() { return QT_INSTALL_DATA + 11; }
+const char *tqInstallPathTranslations() { return QT_INSTALL_TRANSLATIONS + 11; }
+const char *tqInstallPathSysconf() { return QT_INSTALL_SYSCONF + 11; }
EOF
# avoid unecessary rebuilds by copying only if qconfig.cpp has changed