diff options
author | Michele Calgaro <[email protected]> | 2018-09-27 16:03:56 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-27 16:03:56 +0900 |
commit | aac4148223dae03eb97e2de5167369ec60d15625 (patch) | |
tree | 15a1b85f574d01715ed5e63e84a9ffa0472151bd /qtsharp | |
parent | 06fc5b2200e1816c1403513fef885b0a764a418d (diff) | |
download | tdebindings-aac4148223dae03eb97e2de5167369ec60d15625.tar.gz tdebindings-aac4148223dae03eb97e2de5167369ec60d15625.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 'qtsharp')
-rw-r--r-- | qtsharp/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtsharp/TODO b/qtsharp/TODO index 438dd3b4..0571785e 100644 --- a/qtsharp/TODO +++ b/qtsharp/TODO @@ -47,7 +47,7 @@ o Some TQGL* classes ** Build Environment todo o Write better library detection macros for autoconf. -o Use QTDIR when searching for Qt stuff. +o Use TQTDIR when searching for Qt stuff. o See if thre's a way to use LD_LIBRARY_PATH when hunting for libraries. o Set up cvsignore files. o Organize Qt.dll Makefile stuffs - maybe use external targets for building |