Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
Qt Creator 2.3.1
-
Qt Creator 2.3.1
Based on Qt 4.7.4 (32 bit)
Built on Sep 21 2011 at 11:16:49
Description
Preconditions:
qtsdkinstaller-x32-2011-09-27-Ubuntu8.04.4LTS.run sdk installed with harmattan targets.
- Device flashed with Linux_OCF_34-2_EMMC_RM680-OEM1-916.bin
- connectivity between qtcreator and device working.
Steps:
- Create a basic qt quick qml application for all platforms using qtcreator
File - new project - Qt quick - Qt quick application - Built in elements only (suitable for all platforms).
compile and run against harmattan target with device as target.
with code snippet of
viewer->setOrientation(QmlApplicationViewer::ScreenOrientationAuto);
App. should be oriented in both landscape and portrait modes.
Expected outcome:
App-. should be oriented to landscape or portrait mode when rotated.
Actual outcome:
App is always in landscape mode.