Update paths to the new dir setup
authorIvan Frade <ivan.frade@gmail.com>
Tue, 5 Jul 2011 07:30:55 +0000 (10:30 +0300)
committerIvan Frade <ivan.frade@gmail.com>
Tue, 5 Jul 2011 07:30:55 +0000 (10:30 +0300)
src/mussorgsky-qml.py

index bc97a75..a73bdf1 100644 (file)
@@ -32,7 +32,7 @@ rc.setContextProperty ('missionControl', controller)
 
 # Create an URL to the QML file
 #url = QUrl('view.qml')
-url = QUrl ("../../ui/main.qml")
+url = QUrl ("../ui/main.qml")
 # Set the QML file and show
 view.setSource(url)
 view.engine().quit.connect (app.quit)