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/win32.compiling.1.2.txt | |
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/win32.compiling.1.2.txt')
-rw-r--r-- | doc/win32.compiling.1.2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |