summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2012-09-10 15:44:04 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-11 00:12:57 +0200
commited7594db5db7b28ce4c4646624de97b52fbf16d5 (patch)
tree8601dec76de8fa519016830635c757ee4ad7f9f0 /mkspecs
parentfaaa866961bec9ac66f4fa2360a2717d3a605199 (diff)
remove left-overs of the borland compiler support
Task-number: QTBUG-27184 Change-Id: Iae974c919871753500ca7e5cebdd5ef41fdd7a8a Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/qt_module.prf8
-rw-r--r--mkspecs/features/win32/windows.prf1
2 files changed, 0 insertions, 9 deletions
diff --git a/mkspecs/features/qt_module.prf b/mkspecs/features/qt_module.prf
index 4663e17c4c..4966c63a3e 100644
--- a/mkspecs/features/qt_module.prf
+++ b/mkspecs/features/qt_module.prf
@@ -168,20 +168,12 @@ mac {
}
}
-win32-borland {
- # Keep the size of the .tds file for the Qt library smaller than
- # 34 Mbytes to avoid linking problems
- QMAKE_CFLAGS_DEBUG += -vi -y-
- QMAKE_CXXFLAGS_DEBUG += -vi -y-
-}
-
DEFINES += QT_BUILDING_QT
win32 {
INCLUDEPATH += tmp
# ### QT_MAKEDLL is compatibility, remove before the Qt 5.0 release
!static: DEFINES+=QT_MAKEDLL
}
-win32-borland:INCLUDEPATH += kernel
aix-g++* {
QMAKE_CFLAGS += -mminimal-toc
diff --git a/mkspecs/features/win32/windows.prf b/mkspecs/features/win32/windows.prf
index f41db803c9..d0b59e05e0 100644
--- a/mkspecs/features/win32/windows.prf
+++ b/mkspecs/features/win32/windows.prf
@@ -2,7 +2,6 @@ CONFIG -= console
contains(TEMPLATE, ".*app"){
QMAKE_LFLAGS += $$QMAKE_LFLAGS_WINDOWS $$QMAKE_LFLAGS_EXE
win32-g++:DEFINES += QT_NEEDS_QMAIN
- win32-borland:DEFINES += QT_NEEDS_QMAIN
qt:for(entryLib, $$list($$unique(QMAKE_LIBS_QT_ENTRY))) {
isEqual(entryLib, -lqtmain): {