Results 1 to 5 of 5

Thread: qmake creat Makefile.Debug has error

  1. #1
    Join Date
    Jun 2006
    Posts
    11
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Unhappy qmake creat Makefile.Debug has error

    every time , when i run the command qmake , the Makefile.Debug that it created will have the wrong files name for QtGui4 and Core4, and i have to change them into the right name when i run make. it is so boring.
    Qt Code:
    1. LIBS = -L"C:\Qt\4.1.2\lib" -L"C:\Qt\4.1.2\lib" -lmingw32 -lqtmaind -lQtGuid4 -lQtCored4
    To copy to clipboard, switch view to plain text mode 

    dose anyone meet the same problem before, pls give me an advice , thanks

  2. #2
    Join Date
    Jan 2006
    Posts
    667
    Thanks
    10
    Thanked 80 Times in 74 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: qmake creat Makefile.Debug has error

    qtmaind,QtGuid4,QtCored4 are the debug verions of the respective .lib files.

  3. #3
    Join Date
    Jun 2006
    Posts
    11
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: qmake creat Makefile.Debug has error

    i cant find QtGuid4 and QtCored4 in lib , and cant build the aplication.
    but when i change them into QtGui4 and QtCore4 , iti will build fine and creat two version exe files both release and debug

  4. #4
    Join Date
    Jan 2006
    Posts
    667
    Thanks
    10
    Thanked 80 Times in 74 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: qmake creat Makefile.Debug has error

    Both the release version and the debug version dll's should be available in the bin folder.

  5. #5
    Join Date
    Feb 2006
    Location
    Kirovohrad, Ukraine
    Posts
    72
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: qmake creat Makefile.Debug has error

    On Windows only release version of dlls are installed. You should build them manually. Just go to Start > Programs > Qt by Trolltech v4.x.y and choose the Qt 4.x.y (Build Debug Libraries) option.

Similar Threads

  1. 4.1.0 qmake compiler error - Solaris
    By Novahokie in forum Installation and Deployment
    Replies: 6
    Last Post: 19th April 2007, 18:49
  2. Unable to execute in Debug Mode
    By Kapil in forum Installation and Deployment
    Replies: 38
    Last Post: 5th April 2006, 07:27
  3. Fed up with M$ Window$ !!! Why is Tux leaving me alone???
    By fullmetalcoder in forum General Discussion
    Replies: 35
    Last Post: 18th March 2006, 12:57
  4. Am I the only one with "make" error ?
    By probine in forum Installation and Deployment
    Replies: 1
    Last Post: 13th February 2006, 12:54
  5. qmake_image_collection.cpp gives me a compiling error
    By vfernandez in forum Qt Programming
    Replies: 2
    Last Post: 31st January 2006, 01:42

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.