diff options
author | Michele Calgaro <[email protected]> | 2023-06-10 12:21:15 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-06-11 18:05:52 +0900 |
commit | eebb278115b65c2ee046dc8183197029564766f3 (patch) | |
tree | ca30c657d5feb19b80c09c04e7e016ae29898a89 /win | |
parent | 1070f24afc4d8965f939d0ec7ea0a68661666a03 (diff) | |
download | tdelibs-eebb278115b65c2ee046dc8183197029564766f3.tar.gz tdelibs-eebb278115b65c2ee046dc8183197029564766f3.zip |
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit de0664d904516590b4a9bf88615461137ae879bd)
Diffstat (limited to 'win')
-rw-r--r-- | win/pro_files/tdemdi/test/test.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/pro_files/tdemdi/test/test.pro b/win/pro_files/tdemdi/test/test.pro index 62b30c186..757be67fb 100644 --- a/win/pro_files/tdemdi/test/test.pro +++ b/win/pro_files/tdemdi/test/test.pro @@ -9,7 +9,7 @@ CONFIG -= windows CONFIG += debug CONFIG += console -unix:DEFINES = NO_INCLUDE_MOCFILES TQT_NO_COMPAT +unix:DEFINES = NO_INCLUDE_MOCFILES unix:LIBS += -ltdemdi -L$(TDEDIR)/lib -ltdecore -ltdeui -lDCOP -ltdeparts unix:INCLUDEPATH += . .. $(TDEDIR)/include |