diff options
author | Pasi Pentikainen <pasi.a.pentikainen@nokia.com> | 2011-11-24 14:44:32 (GMT) |
---|---|---|
committer | Pasi Pentikainen <pasi.a.pentikainen@nokia.com> | 2011-11-24 14:44:32 (GMT) |
commit | 5222cf256d476bf344e059426b0139f8f019cea2 (patch) | |
tree | db3de597196e15a63a73ae2e1050c6b9d345a448 /config.profiles/symbian | |
parent | 9cc57e15c72576b7150223d179e6d66d4e06dd28 (diff) | |
download | Qt-5222cf256d476bf344e059426b0139f8f019cea2.zip Qt-5222cf256d476bf344e059426b0139f8f019cea2.tar.gz Qt-5222cf256d476bf344e059426b0139f8f019cea2.tar.bz2 |
Symbian-linux crosscompilation debug-release align
Change the Symbian Raptor configure options to use debug variant when
using configure-sh on linux crosscompilation, so that it matches with
result of configure.exe on windows.
Reviewed-by: Miikka Heikkinen
Task-number: QTBUG-14361
Diffstat (limited to 'config.profiles/symbian')
-rw-r--r-- | config.profiles/symbian/bld.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.profiles/symbian/bld.inf b/config.profiles/symbian/bld.inf index c5d3333..82c4e3c 100644 --- a/config.profiles/symbian/bld.inf +++ b/config.profiles/symbian/bld.inf @@ -119,5 +119,5 @@ translations/qt_zh_TW.ts /epoc32/include/platform/qt/translations/ PRJ_EXTENSIONS START EXTENSION qt/qtconfig OPTION QT_ROOT .. -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 +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 -debug -debug-and-release END |