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] QtCreator 2.8 from GIT gives Project ERROR with qmake

[solved] QtCreator 2.8 from GIT gives Project ERROR with qmake

Scheduled Pinned Locked Moved Installation and Deployment
11 Posts 4 Posters 3.7k 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.
  • M Offline
    M Offline
    mbreier
    wrote on last edited by
    #1

    Hi,

    an hour ago I tried to update my working copy of the QtCreator project with latest version from GIT. After the update git told me that it is version 2.8.
    I tried to run qmake with update but i get the following error message:

    @ Reading C:/QtCreator/src/plugins/fakevim/fakevim.pro
    Reading C:/QtCreator/src/plugins/designer/designer.pro
    Project ERROR: Module designercomponents has no public API.

    c:\QtCreator>@

    My qmake command is as follows an runs fine the times before my latest update.

    qmake qtcreator.pro -r -spec win32-g++ "CONFIG+=release"

    Any Ideas what is wrong?

    Michael

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

      That obviously should not happen. Which branch are you trying to build? Which SHA?

      Both the 2.8 and master branch built fine for me today on Linux.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mbreier
        wrote on last edited by
        #3

        First I tried to update my working copy with a normal git pull command.
        When this error appears I deleted my working copy and mad a complete new checkout with:

        git clone git://gitorious.org/qt-creator/qt-creator.git

        I think this is the master branch?

        Today in the morning I tried again a git pull and I got the following messages:

        @c:\QtCreator>git pull
        remote: Counting objects: 49, done.
        remote: Compressing objects: 100% (22/22), done.
        remote: Total 23 (delta 19), reused 1 (delta 1)
        Unpacking objects: 100% (23/23), done.
        From git://gitorious.org/qt-creator/qt-creator
        cc7c3c9..84cbd10 master -> origin/master
        20f3502..372fc60 2.8 -> origin/2.8
        Updating cc7c3c9..84cbd10
        Fast-forward
        tests/auto/debugger/tst_dumpers.cpp | 7 -------
        1 file changed, 7 deletions(-)@

        After trying again the qmake, the same error appears.
        How can I see which SHA I checked out?

        I am using Win 7 64 bit.

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mbreier
          wrote on last edited by
          #4

          Another point:
          I just downloaded the QtCreator source for 2.7.2 from the download page and the same qmake project error occurs.

          Yesterday I also updated my Qt from git to the latest version. Is it possible that this is not a problem of QtCreator source but of Qt 5.1.1 itself?

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

            I did built today and it still works fine for me on linux.

            Try "git log": The SHA of the very first entry is of interest. Which Qt version are you using?

            1 Reply Last reply
            0
            • M Offline
              M Offline
              mbreier
              wrote on last edited by
              #6

              As I mentioned, I just updated my Qt working copy to 5.1.1 from GIT.

              1 Reply Last reply
              0
              • S Offline
                S Offline
                Schlumpf
                wrote on last edited by
                #7

                I've the same problem.
                I built qt5 like this guide, today: http://qt-project.org/wiki/Building_Qt_5_from_Git
                Than I tried to compile qt-creator and got this error.
                I'm working on Linux.

                qt5: ef8000991e5e4bd12e830d83a78d821b7863f0d4
                creator: 113c5600c909791ddfea3d424a41d982dcdda6b7

                1 Reply Last reply
                0
                • M Offline
                  M Offline
                  mbreier
                  wrote on last edited by
                  #8

                  I just downloaded the Qt 5.1.0 source and the QtCreator source from the qt-project download page and this builds fine.
                  Unfortunately I can not give you my SHA numbers but I think it will be the same as Schlumpf's numbers

                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    Schlumpf
                    wrote on last edited by
                    #9

                    hmmm, today I deleted the qtcreator repository and tried it again. Now it works...

                    1 Reply Last reply
                    0
                    • D Offline
                      D Offline
                      DragonEmbers
                      wrote on last edited by
                      #10

                      I compiled Qt5.1.0 fine on one machine then switched to another machine and attempted to compile the git master with the same config and hit this.

                      Then i noticed id somehow got myself onto the wip/winrt branch instead of the stable branch. Switching branches allowed configure to continue.

                      (this may still be an issue but with wip/winrt instead of stable)

                      1 Reply Last reply
                      0
                      • M Offline
                        M Offline
                        mbreier
                        wrote on last edited by
                        #11

                        I checked out the QtCreator sources again and now it works fine also for me again. Seemed to be only a temporary problem.

                        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