Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. [Solved] Project ERROR: Unknown module(s) in QT: quick
Forum Updated to NodeBB v4.3 + New Features

[Solved] Project ERROR: Unknown module(s) in QT: quick

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 5.8k 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.
  • D Offline
    D Offline
    dnns_moser
    wrote on last edited by
    #1

    Hi,

    I was hoping to get some help with the following problem trying to build Qt Creator (under Fedora).

    I downloaded the following 2 source distros

    • qt-everywhere-opensource-src-5.1.1.tar.gz
    • qt-creator-2.8.1-src.tar.gz

    I (seemingly) successfully built qt using the following:

    @
    ./configure -prefix ./build -developer-build -opensource -nomake examples -nomake tests
    make -j 4
    make install
    @

    The above appears to have put all the qt build stuff into my spec'd 'build' directory.

    • /home/a/Qt/qt/qt-everywhere-opensource-src-5.1.1/build

    Then, I tried to build Qt Creator as follows:

    • From the root directory of my newly un-tar'd source tree
      @
      export PATH=/home/a/Qt/qt/qt-everywhere-opensource-src-5.1.1/build/bin:$PATH
      cd /home/a/Qt/qt-creator/qt-creator-2.8.1-src
      mkdir build
      cd build
      qmake ../qtcreator.pro
      make
      @

    The make got through a significant portion of the build tree until the following error:
    @
    make[3]: Entering directory `/home/a/Qt/qt-creator/qt-creator-2.8.1-src/build/src/tools/qml2puppet'
    cd qml2puppet/ && ( test -e Makefile || /home/a/Qt/qt/qt-everywhere-opensource-src-5.1.1/build/bin/qmake /home/a/Qt/qt-creator/qt-creator-2.8.1-src/src/tools/qml2puppet/qml2puppet/qml2puppet.pro -o Makefile ) && make -f Makefile
    Project ERROR: Unknown module(s) in QT: quick
    @

    Any help on this is GREATLY appreciated.

    Dennis

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Remove the prefix from your Qt5 configure, a -developer-build implies an in-source build (no "make install" is required). The rest should work.

      (Z(:^

      1 Reply Last reply
      0
      • D Offline
        D Offline
        dnns_moser
        wrote on last edited by
        #3

        bq. Remove the prefix from your Qt5 configure, a -developer-build implies an in-source build (no “make install” is required). The rest should work.

        That fixed it. Thanks sierdzio.

        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