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>
This commit is contained in:
parent
faaa866961
commit
ed7594db5d
@ -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
|
||||
|
@ -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): {
|
||||
|
Loading…
Reference in New Issue
Block a user