View Single Post
Posts: 839 | Thanked: 3,386 times | Joined on Mar 2009
#8
Code compiles and works without modifications on Ubuntu-12.04.

For Fremantle code compiles, but doesn't run
Code:
(process:1571): GLib-GObject-CRITICAL **: g_object_get: assertion `G_IS_OBJECT (object)' failed

(rubiksolver:1571): Gtk-CRITICAL **: IA__gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed
qrc:/qml/main.qml:11:9: Unable to create type MainWindow 
qrc:/qml/MainWindow.qml:56:5: Unable to create type CubeSetup 
qrc:/qml/CubeSetup.qml:80:5: Unable to create type Button 
qrc:/qml/Button.qml:9:30: Invalid alias reference. An alias reference must be specified as <id> or <id>.<property> 
qrc:/qml/Button.qml:10:30: Invalid alias reference. An alias reference must be specified as <id> or <id>.<property>
I have QtQuick 1.0 (qtquickcompat=0.1.0) installed, but code seems to use "import QtQuick 1.1". This might be the reason.
 

The Following User Says Thank You to AapoRantalainen For This Useful Post: