diff options
author | axis <qt-info@nokia.com> | 2010-07-27 09:12:46 (GMT) |
---|---|---|
committer | Liang Qi <liang.qi@nokia.com> | 2010-10-21 09:12:14 (GMT) |
commit | 185abbd1dcaf2d882f2225a874bafafb9815a8eb (patch) | |
tree | bb5874be84f679e138edbb11b83dd0385b485763 /configure | |
parent | c4988eda033ce8b081e2301e80b344be20844e14 (diff) | |
download | Qt-185abbd1dcaf2d882f2225a874bafafb9815a8eb.zip Qt-185abbd1dcaf2d882f2225a874bafafb9815a8eb.tar.gz Qt-185abbd1dcaf2d882f2225a874bafafb9815a8eb.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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -784,7 +784,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 |