Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. [SOLVED] Qt Creator 2.6 on QT5 Source

[SOLVED] Qt Creator 2.6 on QT5 Source

Scheduled Pinned Locked Moved Qt Creator and other tools
5 Posts 2 Posters 4.0k Views
  • 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
    Skylar
    wrote on last edited by
    #1

    Hello,

    Build the latest Qt Creator 2.6 master against the latest QT5 master I get :

    ERROR: Unknown module(s) in QT: quick1

    From :

    cd qmleditorwidgets/ && ( test -f Makefile ||'LOCALDIRREPLACED'/qt5/qtbase/bin/qmake 'LOCALDIRREPLACED'/qt-creator/src/libs/qmleditorwidgets/qmleditorwidgets.pro -spec linux-clang -o Makefile ) && make -f Makefile

    Tested :

    • Replaced quick1 by qml, it request link to qdeclarative.h which is in qtquick1
    • Replaced quick1 by quick, it request link to qdeclarative.h which is in qtquick1
    • Replaced quick1 by qtquick1, give Project ERROR: Unknown module(s) in QT: qtquick1

    Can you please advice on the point to adapt or investigate ?

    In most cases, the bug is mine. But of the remaining lines are correct.

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      Please file a bug report. That will end up with the guy that broke the build system:-)

      1 Reply Last reply
      0
      • S Offline
        S Offline
        Skylar
        wrote on last edited by
        #3

        Thank you.

        I hope the error is mine and not a bug.

        https://bugreports.qt-project.org/browse/QTCREATORBUG-7629

        In most cases, the bug is mine. But of the remaining lines are correct.

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tobias.hunger
          wrote on last edited by
          #4

          Don't worry.

          I took the liberty of assigning it over to our qmake expert, so I am sure that you will get a friendly note telling you in detail why you should not touch a computer ever again if this is not a real bug:-)

          1 Reply Last reply
          0
          • S Offline
            S Offline
            Skylar
            wrote on last edited by
            #5

            Arg ... I just begin a meteoric career in software development ... I might end too quickly exploded

            In most cases, the bug is mine. But of the remaining lines are correct.

            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