summaryrefslogtreecommitdiffstats
path: root/doc/INSTALL-MacOS.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:04:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:04:35 +0900
commit4177b104fdb9ae5544cd10765ec13023f8b72be9 (patch)
treef5175fcc86b5300de5665dd476461f3b7a90f721 /doc/INSTALL-MacOS.txt
parentfc9e3d92cf62dd30ff9709abe6b5711f839f4110 (diff)
downloadkvirc-4177b104fdb9ae5544cd10765ec13023f8b72be9.tar.gz
kvirc-4177b104fdb9ae5544cd10765ec13023f8b72be9.zip
qt -> tqt conversion:
QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/INSTALL-MacOS.txt')
-rw-r--r--doc/INSTALL-MacOS.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/INSTALL-MacOS.txt b/doc/INSTALL-MacOS.txt
index 3380923..425360a 100644
--- a/doc/INSTALL-MacOS.txt
+++ b/doc/INSTALL-MacOS.txt
@@ -45,8 +45,8 @@ I used V3.3.4
Add the following two lines to your ~/.profile file, otherwise the compilation if Qt may fail.
-export QTDIR=/Developer/qt-mac-free-3.3.4
-export DYLD_FALLBACK_LIBRARY_PATH=$QTDIR/lib
+export TQTDIR=/Developer/qt-mac-free-3.3.4
+export DYLD_FALLBACK_LIBRARY_PATH=$TQTDIR/lib
Open a terminal window
@@ -102,9 +102,9 @@ Feel free to remove --enable-debug if you don't want to have a debuggable build
3) Run make
-CAUTION!!! Because of a problem with libtool you have to remove or rename the file libtqt-mt.la (or libtqt.la if you compiled QT without threads). It is located in $QTDIR/lib/. Otherwise the compilation will stop with a link error.
+CAUTION!!! Because of a problem with libtool you have to remove or rename the file libtqt-mt.la (or libtqt.la if you compiled QT without threads). It is located in $TQTDIR/lib/. Otherwise the compilation will stop with a link error.
-# mv $QTDIR/lib/libtqt-mt.la $QTDIR/lib/libtqt-mt.la.bak
+# mv $TQTDIR/lib/libtqt-mt.la $TQTDIR/lib/libtqt-mt.la.bak
Now run make and relax :-)
@@ -135,15 +135,15 @@ a) You don't want to include libtqt within the bundle
Make sure the dynamic linker is able to find libtqt. The easiest way is to make symlinks in the /usr/lib directory.
-# ln -sf $QTDIR/lib/libtqt-mt.3.dylib /usr/lib
-# ln -sf $QTDIR/lib/libqui.1.dylib /usr/lib
+# ln -sf $TQTDIR/lib/libtqt-mt.3.dylib /usr/lib
+# ln -sf $TQTDIR/lib/libqui.1.dylib /usr/lib
b) You want to include libtqt within the bundle
Copy libtqt into the bundle:
-# cp $QTDIR/lib/libtqt-mt.3.dylib $(pwd)/KVirc.app/Contents/Frameworks/
+# cp $TQTDIR/lib/libtqt-mt.3.dylib $(pwd)/KVirc.app/Contents/Frameworks/
Relinking commands for libtqt: