diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:04:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:04:35 +0900 |
commit | 4177b104fdb9ae5544cd10765ec13023f8b72be9 (patch) | |
tree | f5175fcc86b5300de5665dd476461f3b7a90f721 /doc | |
parent | fc9e3d92cf62dd30ff9709abe6b5711f839f4110 (diff) | |
download | kvirc-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')
-rw-r--r-- | doc/INSTALL-MacOS.txt | 14 | ||||
-rw-r--r-- | doc/win32.compiling.1.2.txt | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/INSTALL-MacOS.txt b/doc/INSTALL-MacOS.txt index 3380923e..425360a0 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: diff --git a/doc/win32.compiling.1.2.txt b/doc/win32.compiling.1.2.txt index bb396a33..93778fab 100644 --- a/doc/win32.compiling.1.2.txt +++ b/doc/win32.compiling.1.2.txt @@ -159,7 +159,7 @@ and/or extract the ready-to-use pakage wherever you may like (generally in folde Now we need to set up every variable of this ambiency, needed in order the compiler will be able to find every library from which KVIrc depends. Right-button on Resources then Properties -> Advanced -> Ambient Variables and this will -engage all QT system variables (QTDIR) set; if that doesn't match you will need to +engage all QT system variables (TQTDIR) set; if that doesn't match you will need to reinstall QT and remember to answer YES once you're prompted for setting all ambiency variables, otherwise you will need to set them manually – that parts from this tutorial. |