diff options
author | axis <qt-info@nokia.com> | 2011-02-18 14:11:20 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2011-02-18 14:11:20 (GMT) |
commit | 623c13a70f646e8200900c01ce2e409fc0f2fdec (patch) | |
tree | e11919fc7330469dd0d852622f705af929fe0874 /configure | |
parent | 3196c9e64dc3d966547bd0b38c440e55eb913479 (diff) | |
download | Qt-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |