summaryrefslogtreecommitdiffstats
path: root/config.tests/symbian
Commit message (Collapse)AuthorAgeFilesLines
* Started using qtmain.lib for all Qt applications, also corelib ones.axis2010-11-082-0/+2
| | | | | | | | | | | This commit also fixes the issue that 564058a1bb didn't, namely that config tests broke on Symbian. It does this by continuing to use the Open C libcrt0.lib library for non-Qt applications. This is also more correct, since you should not have to compile the Qt libs to compile a non-Qt app. Task: QTBUG-14735 RevBy: Miikka Heikkinen
* Fixed audio-backend detection in configure tests.axis2010-09-141-0/+2
| | | | | Task: QTBUG-11671 RevBy: Trust me
* Symbian on Linux: $QTDIR/bin is not necessarily in the path.Olivier Goffart2010-07-011-1/+1
| | | | | | | | | | | So it would not find elf2e32_qtwrapper use the qtPrepareTool macro that does the right thing. But this macro need QT_BUILD_TREE to be defined, which is not defined yet early in the test process. So change the tests accordingly Reviewed-by: ossi
* Add license headerThomas Zander2010-05-111-0/+40
|
* Add configure time checks for symbian environmentThomas Zander2010-05-072-0/+10
| | | | | | | Adding test for various compile time components like rcomp and the compiler actually working should make it failing much more transparant. Reviewed-by: Thiago
* Added configure test for audio backend on Symbian.axis2010-02-254-0/+102