Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Is "QtQuick 2" available in the repository of Qt5?

Is "QtQuick 2" available in the repository of Qt5?

Scheduled Pinned Locked Moved QML and Qt Quick
3 Posts 2 Posters 4.9k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    gronerth
    wrote on last edited by
    #1

    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


    JETG

    1 Reply Last reply
    0
    • Z Offline
      Z Offline
      zester
      wrote on last edited by
      #2

      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 -j5

      I 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.

      1 Reply Last reply
      0
      • G Offline
        G Offline
        gronerth
        wrote on last edited by
        #3

        Really thanks, i will give it a try!


        JETG

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved