Results 1 to 2 of 2

Thread: make problem

  1. #1
    Join Date
    May 2006
    Posts
    68
    Thanks
    10
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default make problem

    I have qt 4 installed
    when i want to compile I use

    qmake -project
    qmake
    make

    when I do make i get the following error

    Qt Code:
    1. C:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot find -lqtmaind
    To copy to clipboard, switch view to plain text mode 
    I have captured the screen at the zip file attached.
    I donot want to install QT again.
    How can I sort out this problem.
    Attached Files Attached Files

  2. #2
    Join Date
    Jan 2006
    Location
    Alingsås, Sweden
    Posts
    437
    Thanks
    3
    Thanked 39 Times in 39 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: make problem

    That is because you have not built a debug version of your Qt lib. Simply pick the Qt 4.x.x (Build Debug Libraries) from the Qt group in your start menu and prepare to spend an hour or so waiting.

    Or you can add a CONFIG -= debug to your .pro file.

Similar Threads

  1. Problem with make (can't call moc.exe)
    By johnny_sparx in forum Installation and Deployment
    Replies: 4
    Last Post: 14th September 2007, 13:02
  2. Qtopia core 4 make problem on FC5
    By nousetest in forum Qt for Embedded and Mobile
    Replies: 3
    Last Post: 8th April 2007, 10:44
  3. Qt4.1.4 make errors.
    By impeteperry in forum Installation and Deployment
    Replies: 11
    Last Post: 1st July 2006, 17:27
  4. Replies: 16
    Last Post: 7th March 2006, 15:57
  5. Problem with a makefile
    By Tweety in forum Qt Programming
    Replies: 16
    Last Post: 15th February 2006, 19:34

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.