summaryrefslogtreecommitdiffstats
path: root/qmake/main.cpp
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@digia.com>2012-04-25 17:12:53 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-01 12:39:39 +0200
commit44a7330d675ce6b7eebb35060bb02d63d608fc65 (patch)
treecfb069416eebd65bb75757b0684024305ea7ee6f /qmake/main.cpp
parenta992a12bec27d85ae75b31c2916ea3befff497fe (diff)
Remove references to Borland and bmake
Remove references to an old compiler that has not been supported for a long time. Also remove Borland specific configuration flags which have no meaning elsewhere. Change-Id: I3634a52b78f737ea972073e14c2b6669dcd0ae63 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'qmake/main.cpp')
-rw-r--r--qmake/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/qmake/main.cpp b/qmake/main.cpp
index 835849c652..516df7fa48 100644
--- a/qmake/main.cpp
+++ b/qmake/main.cpp
@@ -57,11 +57,6 @@
QT_BEGIN_NAMESPACE
-// for Borland, main is defined to qMain which breaks qmake
-#undef main
-#ifdef Q_OS_MAC
-#endif
-
/* This is to work around lame implementation on Darwin. It has been noted that the getpwd(3) function
is much too slow, and called much too often inside of Qt (every fileFixify). With this we use a locally
cached copy because I can control all the times it is set (because Qt never sets the pwd under me).