Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
5.0.0 Beta 1
-
Ubuntu 12.04, digia-generated binary installer -- http://releases.qt-project.org/digia/2012-08-12/qt-linux-opensource-5.0.0-beta1-x86_64-ubuntu1204-offline.run
Description
After installing the binary package, trying to run the robo_bounce example results in the following error output.
qt@ubuntu12:~/Qt5.0.0beta1/Desktop/Qt/5.0.0-beta1/gcc_64/examples/qt3d$ ./robo_bounce Module 'Qt3D' does not contain a module directive - it cannot be protected from external registrations. file:///home/qt/Qt5.0.0beta1/Desktop/Qt/5.0.0-beta1/gcc_64/examples/qt3d/resources/demos/robo_bounce/qml/desktop.qml:51:5: Type RoboBounce unavailable RoboBounce { ^ file:///home/qt/Qt5.0.0beta1/Desktop/Qt/5.0.0-beta1/gcc_64/examples/qt3d/resources/demos/robo_bounce/qml/RoboBounce.qml:219:17: Type PushButton unavailable PushButton { ^ file:///home/qt/Qt5.0.0beta1/Desktop/Qt/5.0.0-beta1/gcc_64/examples/qt3d/resources/demos/robo_bounce/qml/PushButton.qml:58:9: Cannot assign to non-existent property "onCompleted" onCompleted: {theButton.bounce = false} ^ ^C