diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:09 +0900 |
commit | c62b8d179c20b81c12363c73fb89d824d37ed2ce (patch) | |
tree | 6cde7acab497d72baeaaee75f582c482d8b87499 /parts | |
parent | 430aedbbce33fd98ce26df658842f94f333cc8ef (diff) | |
download | tdevelop-c62b8d179c20b81c12363c73fb89d824d37ed2ce.tar.gz tdevelop-c62b8d179c20b81c12363c73fb89d824d37ed2ce.zip |
qt -> tqt conversion:
QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST
QT_NO_STL -> TQT_NO_STL
QT_NO_COMPAT -> TQT_NO_COMPAT
QT_NO_TRANSLATION -> TQT_NO_TRANSLATION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'parts')
-rw-r--r-- | parts/appwizard/common/scons/admin/kde.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/appwizard/common/scons/admin/kde.py b/parts/appwizard/common/scons/admin/kde.py index 717579f4..84b2c812 100644 --- a/parts/appwizard/common/scons/admin/kde.py +++ b/parts/appwizard/common/scons/admin/kde.py @@ -820,7 +820,7 @@ ie: """+BOLD+"""scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt lenv.AppendUnique( ENV = os.environ ) if not 'lang_qt' in _flags: ## Use this define if you are using the kde translation scheme (.po files) - lenv.Append( CPPFLAGS = '-DQT_NO_TRANSLATION' ) + lenv.Append( CPPFLAGS = '-DTQT_NO_TRANSLATION' ) if 'rpath' in _flags: ## Use this to set rpath - this may cause trouble if folders are moved (chrpath) lenv.Append( RPATH = [env['TQTLIBPATH'], env['KDELIBPATH'], env['KDEMODULE']] ) |