diff options
author | Michele Calgaro <[email protected]> | 2018-09-27 16:04:40 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-27 16:04:40 +0900 |
commit | 2649972c06310b6441764c14e61af144f92ccb5d (patch) | |
tree | 61dbef809c670580c5b0a0792c44c0783090af6d /ChangeLog | |
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 <[email protected]>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |