diff options
author | Chris <[email protected]> | 2019-08-12 18:55:14 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-08-13 11:50:33 +0900 |
commit | 1bc63c30d21028ffe749c1ffd66b607ceaa93aa8 (patch) | |
tree | 406d73477eb0e3eee182daff64ee6aff698e3489 /configure | |
parent | 29511f81dba82ffc9d30c99bef1939887b3e6ee4 (diff) | |
download | tqca-tls-1bc63c30d21028ffe749c1ffd66b607ceaa93aa8.tar.gz tqca-tls-1bc63c30d21028ffe749c1ffd66b607ceaa93aa8.zip |
Replace Qt branding with TQt ones.r14.0.7
Signed-off-by: Chris <[email protected]>
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 07369b58fef595b208248a598a8ec14abbafac90)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -7,7 +7,7 @@ Usage: ./configure [OPTION]... This script creates necessary configuration files to build/install. Main options: - --qtdir=[path] Directory where Qt is installed. + --tqtdir=[path] Directory where TQt is installed. --help This help text. Dependency options: @@ -19,8 +19,8 @@ EOT while [ $# -gt 0 ]; do case "$1" in - --qtdir=*) - QTDIR=`expr "${1}" : "--qtdir=\(.*\)"` + --tqtdir=*) + TQTDIR=`expr "${1}" : "--tqtdir=\(.*\)"` shift ;; @@ -58,7 +58,7 @@ printf "Verifying TQt 3.x Multithreaded (MT) build environment ... " if [ -z "$QTDIR" ]; then if [ "$QC_DEBUG" = "Y" ]; then - echo \$QTDIR not set... trying to find Qt manually + echo \$TQTDIR not set... trying to find TQt manually fi for p in /usr/lib/tqt /usr/share/tqt /usr/share/tqt3 /usr/local/lib/tqt /usr/local/share/tqt /usr/lib/tqt3 /usr/local/lib/tqt3 /usr/lib/qt /usr/share/qt /usr/share/qt3 /usr/local/lib/qt /usr/local/share/qt /usr/lib/qt3 /usr/local/lib/qt3 /usr/lib64/tqt /usr/local/lib64/tqt /usr/lib64/tqt3 /usr/local/lib64/tqt3 /usr/lib64/qt /usr/local/lib64/qt /usr/lib64/qt3 /usr/local/lib64/qt3 /usr/X11R6/share/qt /usr/qt/3 ; do if [ -d "$p/mkspecs" ]; then @@ -69,11 +69,11 @@ if [ -z "$QTDIR" ]; then if [ -z "$QTDIR" ]; then echo fail echo - echo Unable to find Qt 'mkspecs'. Please set QTDIR - echo manually. Perhaps you need to install Qt 3 - echo development utilities. You may download them either - echo from the vendor of your operating system or from - echo www.trolltech.com + echo Unable to find TQt 'mkspecs'. Please set TQTDIR + echo manually. Perhaps you need to install TQt 3 + echo development utilities. You may download them + echo the repos of your distribution or from + echo https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/. echo exit 1; fi |