Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 2.1.0-rc1
-
Ubuntu 10.10
SCP SDK from http://asbuild5.americas.nokia.com/hudson/view/QT_SCP/job/QT_SCP_Linux32/lastStableBuild/
Description
Got experimental builds of SCP Qt SDK building for linux (see http://asbuild5.americas.nokia.com/hudson/view/QT_SCP/job/QT_SCP_Linux32/lastStableBuild/ )
The linked installer installs an old version of creator (2.0.95) but I have also built creator mainline (2.1.81) on linux-g++ as well and confirm the issue still exists.
The kit above installs sbsv2 (raptor) and patches Qt in the Symbain^3 kit so that mkspecs/default points to mkspec/symbian-sbsv2. I can import .pro projects and examples but in order to build I need to switch from the default WINSCW target to GCCE or ARMV5 (rvct). Typically one would do this using the "Tool chain:" pop-up in the Projects->Targets project configuration panel. Switching the tool chain selection does nothing. In order to build for a different target (and you will need to switch targets because the default WINSCW build is broken on linux) you need to add a make argument to the Make build step such as "debug-gcce" or "debug-armv5" or some such identifier.
Ideally want to just select the tool chain using the drop-down which is much more intuitive.