summaryrefslogtreecommitdiffstats
path: root/src/qt.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt.pro')
-rw-r--r--src/qt.pro14
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
}