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>
pull/1/head
Michele Calgaro 6 years ago
parent d0c751ee44
commit 2649972c06
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -109,7 +109,7 @@
14. Use split gradient for dock-widget titlebars.
15. Reduce number of supplied presets.
16. Allow to compile style against just Qt3 - tarball includes a simplified copy
of TDEStyle. Need to pass -DQTC_QT_ONLY=true to cmake. NOTE: May also need to set QTDIR
of TDEStyle. Need to pass -DQTC_QT_ONLY=true to cmake. NOTE: May also need to set TQTDIR
*before* calling cmake.
17. If KDE3 development files not found, then automatically set -DQTC_QT_ONLY=true

@ -11,7 +11,7 @@ To build and install:
The following options may be supplied to cmake:
-DQTC_QT_ONLY=true
Build style as a pure Qt3 style. NOTE: May also need to set QTDIR *before*
Build style as a pure Qt3 style. NOTE: May also need to set TQTDIR *before*
calling cmake.
This is the default as from QtCurve 1.0.0

Loading…
Cancel
Save