Results 1 to 2 of 2

Thread: Failure to read QMAKESPEC conf file

  1. #1
    Join Date
    Apr 2009
    Posts
    16
    Qt products
    Qt4
    Platforms
    Unix/X11

    Unhappy Failure to read QMAKESPEC conf file

    Hi everyone, this is what I got when I tried to run qmake in qt creator 1.2.1 with Qt 4.4.3
    I read this http://www.qtcentre.org/forum/archiv...hp/t-6068.html

    and I did these:
    QMAKESPEC => E:\Qt-4.4.3-dev-msvc2008e-rs\mkspecs\win32-msvc2008
    QTDIR => E:\Qt-4.4.3-dev-msvc2008e-rs
    and added this "E:\Qt-4.4.3-dev-msvc2008e-rs\bin" to PATH variable
    BUT STILL, it doesn't working !!!

    Any help?

    Running build steps for project IUTClientInterface...
    Starting: E:/Qt-4.4.3-dev-msvc2008e-rs/bin/qmake.exe E:/IUTClientInterface/IUTClientInterface.pro -spec D:/Stuff/Projects/Qt/trunk/mkspecs/win32-msvc2008 -r
    Failure to read QMAKESPEC conf file d:/Stuff/Projects/Qt/trunk/mkspecs/win32-msvc2008\qmake.conf.
    Error processing project file: E:/IUTClientInterface/IUTClientInterface.pro
    Exited with code 3.
    Error while building project IUTClientInterface
    When executing build step 'QMake'

    And another question:
    In static mode, what is the size of QtGui.lib ?

  2. #2
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Thanks
    8
    Thanked 133 Times in 128 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Failure to read QMAKESPEC conf file

    first of all ... the link you provided do not work..(404 not found error)

    secondly as you can see from your own error output that the path to the E:\Qt-4.4.3-dev-msvc2008e-rs was not set properly and qmake is still being used from d:/Stuff/Projects/Qt ...
    how do you set your paths?

    third... the size of QtGui.lib in static mode is bigger than dynamic ofcourse but this depends upon the number of qt features you have selected and the size is different for different compiler

Similar Threads

  1. Failure to read QMAKESPEC conf file
    By hosseinyounesi in forum Newbie
    Replies: 3
    Last Post: 23rd July 2009, 18:46
  2. Read binary from file
    By weldpua2008 in forum Newbie
    Replies: 2
    Last Post: 4th April 2009, 00:50
  3. QFile can't read a file
    By Raccoon29 in forum Qt Programming
    Replies: 3
    Last Post: 11th February 2009, 21:24
  4. [Java] read and write a file
    By mickey in forum General Programming
    Replies: 3
    Last Post: 22nd June 2008, 11:43
  5. Read binary file and convert to QString
    By jaca in forum Qt Programming
    Replies: 12
    Last Post: 14th June 2008, 00:05

Tags for this Thread

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.