Results 1 to 1 of 1

Thread: Re: Qt project fails to compile on one PC (stuck in qmake) [solved, sort of]

  1. #1
    Join Date
    Feb 2015
    Posts
    23
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows Android

    Default Re: Qt project fails to compile on one PC (stuck in qmake) [solved, sort of]

    It spams the console with:
    Qt Code:
    1. 22:40:21: Запускается: «C:\Qt\Tools\mingw491_32\bin\mingw32-make.exe»
    2. C:\Qt\5.4\mingw491_32\bin\qmake.exe -spec win32-g++ CONFIG+=debug CONFIG+=declarative_debug CONFIG+=qml_debug -o Makefile ..\ProjectName\ProjectName.pro
    3. C:\Qt\5.4\mingw491_32\bin\qmake.exe -spec win32-g++ CONFIG+=debug CONFIG+=declarative_debug CONFIG+=qml_debug -o Makefile ..\ProjectName\ProjectName.pro
    4.  
    5. and so on...
    To copy to clipboard, switch view to plain text mode 
    It worked fine before and the exact same project compiles successfully on desktop. The problem started when I noticed that it seemed like my app didn't accept any code changes and worked as before. Even in debug it worked very strange. So I tried to make full rebuild and after that - it never succeed. Looks like it loops or something. (Just running qmake is fine but trying to run and build it on my notebook never finishes)

    My .pro file is nothing special. It's auto generated and I haven't added any custom stuff to it myself.

    W8.1 x64, Qt 5.4.1, Qt Creator 3.3.2


    Added after 1:


    Solved by moving Project folder from my PC. Git didn't see any difference so something in hidden qt related files might got corrupted.
    Last edited by flashmozzg; 2nd April 2015 at 23:13.

Similar Threads

  1. Replies: 4
    Last Post: 20th January 2013, 11:01
  2. Stuck at 'Create new project' screen in Carbide.c++
    By chiaxyr in forum Installation and Deployment
    Replies: 2
    Last Post: 2nd June 2011, 07:55
  3. Replies: 1
    Last Post: 3rd December 2009, 23:34
  4. Compile of big generated file in release stuck
    By Equilibrium in forum Qt Programming
    Replies: 4
    Last Post: 31st December 2007, 12:25
  5. qmake: add to project but do not compile
    By jesse in forum Newbie
    Replies: 2
    Last Post: 8th November 2007, 16:03

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.