summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-02-12 10:03:03 (GMT)
committeraxis <qt-info@nokia.com>2010-02-12 10:26:12 (GMT)
commit12b5471062a52f6745f4309568b4c27c5e12d91f (patch)
tree48df9322513566518c0b8ea5c3d35d3bb4823797 /mkspecs
parent4b4021443ba06b966c46994eeeceb34dd607bd9b (diff)
downloadQt-12b5471062a52f6745f4309568b4c27c5e12d91f.zip
Qt-12b5471062a52f6745f4309568b4c27c5e12d91f.tar.gz
Qt-12b5471062a52f6745f4309568b4c27c5e12d91f.tar.bz2
Made some changes after code review.
- Changed makefile generator name to SYMBIAN_UNIX, to be more in line with the other generators. - Explained the reason for avoiding virtual inheritance in a bit more detail. - Removed an unnecessary string replacement. - Fixed the location of s60 plugins for MMP based generators. RevBy: Miikka Heikkinen
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/common/symbian/symbian-makefile.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/common/symbian/symbian-makefile.conf b/mkspecs/common/symbian/symbian-makefile.conf
index 65796b6..c8a88dd 100644
--- a/mkspecs/common/symbian/symbian-makefile.conf
+++ b/mkspecs/common/symbian/symbian-makefile.conf
@@ -2,7 +2,7 @@
# qmake configuration for makefile based symbian
#
-MAKEFILE_GENERATOR = UNIX_SYMBIAN
+MAKEFILE_GENERATOR = SYMBIAN_UNIX
include(symbian.conf)