Is "QtQuick 2" available in the repository of Qt5?
-
Hello everyone!!!!
I have compiled Qt5 from gitourios to start to play a little bit with "Qt Quick2". I have started to test and i can import the libraries for QtQuick1 and 1.1 but not for QtQuick2, the following error appears:
module "QtQuick" version 2.0 is not installed__
Do i need to compile something else?? or maybe specify a new path?
Thanks in advance
-
git clone git://gitorious.org/qt/staging.git
cd staging
git checkout -b qtquick2 origin/qml-team/qtquick2
./configure -developer-build -opensource -confirm-license -fast
-nomake demos -nomake examples
&& nice make -j5I got that from http://ilkka.github.com/blog/2011/03/04/qtquick_2_scenegraph_glsl_fragment_shader_tutorial/
Try it out and see if it works.