diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-12 14:03:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-12 14:03:06 +0900 |
commit | 1342635d435a56374066e1ea28735d05f6e327f4 (patch) | |
tree | 1278b1fd9f0e65aff1bd440975b147eb569f5188 /quanta | |
parent | 80a6574996c6d170a5e4325dc11d1c6dcee565b8 (diff) | |
download | tdewebdev-1342635d435a56374066e1ea28735d05f6e327f4.tar.gz tdewebdev-1342635d435a56374066e1ea28735d05f6e327f4.zip |
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'quanta')
-rw-r--r-- | quanta/quanta.tdevelop | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/quanta/quanta.tdevelop b/quanta/quanta.tdevelop index 3d76a479..924e93b2 100644 --- a/quanta/quanta.tdevelop +++ b/quanta/quanta.tdevelop @@ -81,8 +81,8 @@ <ccompilerbinary/> <cxxcompilerbinary/> <f77compilerbinary/> - <cflags>-DKDE_NO_COMPAT -DTQT_NO_COMPAT</cflags> - <cxxflags>-DKDE_NO_COMPAT -DTQT_NO_COMPAT -DDEBUG_PARSER</cxxflags> + <cflags>-DKDE_NO_COMPAT</cflags> + <cxxflags>-DKDE_NO_COMPAT -DDEBUG_PARSER</cxxflags> <f77flags/> <topsourcedir>/data/development/sources/kde-3.5/tdewebdev</topsourcedir> <cppflags/> @@ -136,7 +136,7 @@ <cxxcompilerbinary/> <f77compilerbinary/> <cflags/> - <cxxflags>-DKDE_NO_COMPAT -DTQT_NO_COMPAT</cxxflags> + <cxxflags>-DKDE_NO_COMPAT</cxxflags> <f77flags/> </withoutkafka> <final> @@ -151,8 +151,8 @@ <ccompilerbinary/> <cxxcompilerbinary/> <f77compilerbinary/> - <cflags>-DKDE_NO_COMPAT -DTQT_NO_COMPAT</cflags> - <cxxflags>-DKDE_NO_COMPAT -DTQT_NO_COMPAT</cxxflags> + <cflags>-DKDE_NO_COMPAT</cflags> + <cxxflags>-DKDE_NO_COMPAT</cxxflags> <f77flags/> </final> </configurations> |