diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:04:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:04:40 +0900 |
commit | 2649972c06310b6441764c14e61af144f92ccb5d (patch) | |
tree | 61dbef809c670580c5b0a0792c44c0783090af6d /README | |
parent | d0c751ee4475978b1adb6c7680c1ff6e3529141b (diff) | |
download | tde-style-qtcurve-2649972c06310b6441764c14e61af144f92ccb5d.tar.gz tde-style-qtcurve-2649972c06310b6441764c14e61af144f92ccb5d.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 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |