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. Project ERROR: Unknown module(s) in QT: quick
Forum Updated to NodeBB v4.3 + New Features

Project ERROR: Unknown module(s) in QT: quick

Scheduled Pinned Locked Moved QML and Qt Quick
25 Posts 6 Posters 34.5k 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.
  • S Offline
    S Offline
    SGaist
    Lifetime Qt Champion
    wrote on 5 Dec 2013, 12:09 last edited by
    #21

    Hi,

    It's not exactly like that, you cross-compile Qt with the linaro tool chain , then you use that version to compile your application for your target and copy it on. In between you can develop it using the Desktop version on your computer.

    You can search through the forum, there have been several posts about cross-compiling Qt 5 for the imx6

    Interested in AI ? www.idiap.ch
    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

    1 Reply Last reply
    0
    • M Offline
      M Offline
      maatong
      wrote on 26 Apr 2014, 04:26 last edited by
      #22

      I think we met the same problem here.
      Have you solved this?

      https://www.linkedin.com/pub/yini-guo/71/4b3/4a0

      1 Reply Last reply
      0
      • N Offline
        N Offline
        neozaru
        wrote on 8 Jun 2014, 16:06 last edited by
        #23

        Same problem. Compiled with "angle" (Windows, Mingw32) option. Qtdeclarative (quick1) was compiled but not QtQuick2.
        I thought it was not configured by default but there is no "-quick" or "-quick2" option in the "configure" script, nor in the "configure" output.

        Are the compilation logs stored somewhere ? (took about 4H)

        1 Reply Last reply
        0
        • J Offline
          J Offline
          jlwall
          wrote on 7 Jul 2014, 18:20 last edited by
          #24

          I have had the same problem with not having qt creator being able to use declarative, quick, or qml

          In my case, its a cross-compile for an imx6 with linaro. build, qt5.2.1base, the script, the declarative make + sudo make install
          no issues, things and demos run on the target, and I can compile QT command line apps, but not quick1, or 2

          I also tried with a buildroot release of 2014.05, and this works and compiles the libs and examples to run on target, yet QTCreator cannot find quick or qml in the pro when included, and will not compile my own applications.

          As always I am assuming I have done something stupid from the beginning, perhaps in the configure -prefix area?

          If anyone has identified why this happens, I would appreciate some advice

          1 Reply Last reply
          0
          • S Offline
            S Offline
            SGaist
            Lifetime Qt Champion
            wrote on 15 Sept 2014, 21:15 last edited by
            #25

            Hi and welcome to devnet,

            Did you cross-compiled/installed all related modules ?

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            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