diff options
author | Pasi Pentikainen <pasi.a.pentikainen@nokia.com> | 2011-10-25 14:50:02 (GMT) |
---|---|---|
committer | Pasi Pentikainen <pasi.a.pentikainen@nokia.com> | 2011-10-26 11:04:20 (GMT) |
commit | e392f641e569be04a7f6a9336b52c77a9ec0c627 (patch) | |
tree | 04910d450cecbe130fd119aec06e51c6b0dab47d /config.profiles | |
parent | b31ec8e879761decfda70069262f06b5aa08aa82 (diff) | |
download | Qt-e392f641e569be04a7f6a9336b52c77a9ec0c627.zip Qt-e392f641e569be04a7f6a9336b52c77a9ec0c627.tar.gz Qt-e392f641e569be04a7f6a9336b52c77a9ec0c627.tar.bz2 |
Symbian configuration parameter change for linux building
Symbian configuration changed to use opengl es2 parameter which
works both with configure.exe (symbian windows building) and
configure sh-script (symbian linux building).
Reviewed-by: Miikka Heikkinen
Diffstat (limited to 'config.profiles')
-rw-r--r-- | config.profiles/symbian/bld.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.profiles/symbian/bld.inf b/config.profiles/symbian/bld.inf index 21b3614..814e4b2 100644 --- a/config.profiles/symbian/bld.inf +++ b/config.profiles/symbian/bld.inf @@ -81,5 +81,5 @@ translations/qt_zh_tw_symbian.ts /epoc32/include/platform/qt/translations/qt_zh_ PRJ_EXTENSIONS START EXTENSION qt/qtconfig OPTION QT_ROOT .. -OPTION OPTIONS -opensource -confirm-license -openvg -opengl-es-2 -script -no-scripttools -no-webkit -make make -graphicssystem openvg -phonon -phonon-backend -usedeffiles -dont-process -nomake examples -nomake demos -nomake tools -audio-backend -fpu softvfp+vfpv2 -END
\ No newline at end of file +OPTION OPTIONS -opensource -confirm-license -openvg -opengl es2 -script -no-scripttools -no-webkit -make make -graphicssystem openvg -phonon -phonon-backend -usedeffiles -dont-process -nomake examples -nomake demos -nomake tools -audio-backend -fpu softvfp+vfpv2 +END |