summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-02-18 14:11:20 (GMT)
committeraxis <qt-info@nokia.com>2011-02-18 14:11:20 (GMT)
commit623c13a70f646e8200900c01ce2e409fc0f2fdec (patch)
treee11919fc7330469dd0d852622f705af929fe0874 /configure
parent3196c9e64dc3d966547bd0b38c440e55eb913479 (diff)
downloadQt-623c13a70f646e8200900c01ce2e409fc0f2fdec.zip
Qt-623c13a70f646e8200900c01ce2e409fc0f2fdec.tar.gz
Qt-623c13a70f646e8200900c01ce2e409fc0f2fdec.tar.bz2
Renamed the symbian/linux-* mkspecs to symbian-*.
This was done for a number of reasons: - In order to get better consistency with the other mkspecs, which have the target system name followed by a hyphen and the compiler name. - There is no real reason why we should have specific mkspecs for compiling Symbian under Linux, when it is equally likely to work under other operating systems. RevBy: Thomas Zander Conflicts: src/s60main/s60main.pro
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index dfbf9bd..6341dfb 100755
--- a/configure
+++ b/configure
@@ -761,7 +761,7 @@ L_FLAGS=
RPATH_FLAGS=
l_FLAGS=
QCONFIG_FLAGS=
-XPLATFORM= # This seems to be the QMAKESPEC, like "linux-g++" or "symbian/linux-gcce"
+XPLATFORM= # This seems to be the QMAKESPEC, like "linux-g++" or "symbian-gcce"
XPLATFORM_MINGW=no # Whether target platform is MinGW (win32-g++*)
PLATFORM=$QMAKESPEC
QT_CROSS_COMPILE=no