diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-10 12:21:15 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-10 12:21:15 +0900 |
commit | de0664d904516590b4a9bf88615461137ae879bd (patch) | |
tree | 6bc42661e7c9178582564f59a90495943c5faffb /win/pro_files | |
parent | 4c9d064005999e447411d6430e1ec653d4b9b112 (diff) | |
download | tdelibs-de0664d904516590b4a9bf88615461137ae879bd.tar.gz tdelibs-de0664d904516590b4a9bf88615461137ae879bd.zip |
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'win/pro_files')
-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 |