I installed on windows XP, and my project was in My Documents, so C:\Documents and settings\Jason\My Documents\qmlproject\1stry.qml was passed to the viewer as such, but needed to be: "C:\Documents and settings\Jason\My Documents\qmlproject\1stry.qml"
When I moved the qmlproject directory under C:\qt\ it worked fine, leading me to believe that the spaces, combined with it unquoted was the problem. Unqoted you get 4 arguments: C:\Documents and settings\Jason\My Documents\qmlproject\1stry.qml ----- Original Message ---- From: Kai Koehne <[email protected]> To: [email protected] Sent: Tue, September 14, 2010 8:54:39 AM Subject: Re: [Qt-qml] "Cheating" in startup.qml? On 9/8/2010 8:31 PM, ext Jason H wrote: > I downloaded the SDK rc1 for 4.7 > > I wanted to check out the QML stuff, but the QtCreator IDE does not quote the > script name (as a parameter), so I was going to launch it manually, and take it > from there. Could you elaborate on this one? What exactly did you try that didn't work out of the box? Kai -- Kai Koehne Software Engineer Nokia, Qt Development Frameworks Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B Umsatzsteueridentifikationsnummer: DE 812 845 193 Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori _______________________________________________ Qt-qml mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-qml _______________________________________________ Qt-qml mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-qml
