Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
Qt Creator 3.1.2, Qt Creator 3.3.0, Qt Creator 3.5.0-beta1
-
Ubuntu 12.04 LTS 64 bit
Ubuntu 14.04 LTS 64 bit
Description
- Make a kit using Qt 5.2.1 your default kit.
- Open the project demos/declarative/samegame/samegame.qmlproject from Qt4’s repository.
It will be automatically configured to use the kit from step 1. - Try running the project.
It fails with the following application output:Starte /home/qtrob/dev/bin/qt-5.2.1/qtbase/bin/qmlscene... qmlscene: 'import QtQuick 1.1' is no longer supported. Use qmlviewer to load file '/home/qtrob/dev/src/qt-4.8.6/demos/declarative/samegame/qml/samegame/samegame.qml'. /home/qtrob/dev/bin/qt-5.2.1/qtbase/bin/qmlscene beendet, Rückgabewert 0
- Select "qmlviewer" in Projects mode.
- Try running the project.
Now it works.
qmlviewer should be selected automatically when opening a Qt Quick 1 UI project.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-8358 creator should invoke qmlviewer to run qtquick1 app
-
- Closed
-