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 /doc/src/snippets | |
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 'doc/src/snippets')
-rw-r--r-- | doc/src/snippets/code/doc_src_installation.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/snippets/code/doc_src_installation.qdoc b/doc/src/snippets/code/doc_src_installation.qdoc index 0593567..432d08f 100644 --- a/doc/src/snippets/code/doc_src_installation.qdoc +++ b/doc/src/snippets/code/doc_src_installation.qdoc @@ -250,12 +250,12 @@ export PATH //! [38] cd /home/user/qt/%VERSION% -./configure -platform linux-g++ -xplatform symbian/linux-armcc +./configure -platform linux-g++ -xplatform symbian-armcc //! [38] //! [39] cd /home/user/qt/%VERSION% -./configure -platform linux-g++ -xplatform symbian/linux-gcce -no-webkit +./configure -platform linux-g++ -xplatform symbian-gcce -no-webkit //! [39] //! [40] |