diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-28 13:39:23 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-08 12:31:53 +0900 |
| commit | b3f74bb12ab86a90a05f7d48325b25c408d0b985 (patch) | |
| tree | 9bfd26f8b7c6a3e7a1f2cce66019d41f51fb9cb8 /src/qt.pro | |
| parent | 64d2e7533f57a6ffd64827d83f93a994efafd8d0 (diff) | |
| download | tqt-b3f74bb1.tar.gz tqt-b3f74bb1.zip | |
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 69e1261df646edf24612d7f953dac81182e7461b)
Diffstat (limited to 'src/qt.pro')
| -rw-r--r-- | src/qt.pro | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/qt.pro b/src/qt.pro index 84482686b..c875e4fae 100644 --- a/src/qt.pro +++ b/src/qt.pro @@ -11,15 +11,6 @@ CONFIG += qmake_cache win32:!shared:CONFIG += staticlib -win32-borland { - mng:QMAKE_CFLAGS_WARN_ON += -w-par - mng:QMAKE_CXXFLAGS_WARN_ON += -w-par - # Keep the size of the .tds file for the TQt library smaller than - # 34 Mbytes to avoid linking problems - QMAKE_CFLAGS_DEBUG += -vi -y- - QMAKE_CXXFLAGS_DEBUG += -vi -y- -} - linux-*:version_script { QMAKE_LFLAGS += -Wl,--version-script=libtqt.map TARGETDEPS += libtqt.map @@ -83,7 +74,6 @@ win32 { exists(qt.rc):RC_FILE = qt.rc } } -win32-borland:INCLUDEPATH += kernel unix { CANVAS_H = $$CANVAS_CPP @@ -118,9 +108,7 @@ DEPENDPATH += $$CANVAS_H;$$STYLES_H embedded:DEPENDPATH += ;$$EMBEDDED_H thread { - !win32-borland:TARGET = tqt-mt - win32-borland:TARGET = qtmt - embedded:TARGET = qte-mt + TARGET = tqt-mt DEFINES += TQT_THREAD_SUPPORT } |
