Results 1 to 3 of 3

Thread: qt + nmake problem witg release

  1. #1
    Join Date
    Feb 2009
    Posts
    9
    Qt products
    Qt4
    Platforms
    Windows

    Default qt + nmake problem witg release

    Hello!

    I have huge problem with release build.

    I compiled qt 4.5.1 sources using nmake:

    configure -platform win32-msvc2008
    nmake

    After compilation debug build works great, but if I choose relase

    nmake clean
    qmake -config release
    nmake

    I cannot run compiled application - I need mingwm10.dll file,
    but it's strange because I don't use even I don't have MinGW compiler?
    What's wrong???

    Thx for help

    Best regards
    Nanortemis

  2. #2
    Join Date
    Sep 2008
    Posts
    60
    Thanks
    20
    Thanked 3 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: qt + nmake problem witg release

    Are you sure, that you never install Qt with SDK? The MinGW installer doesn't remove the Mingw files and binaries after the uninstallation.

    Are you sure that you not link your application to libraries that compiled with Mingw?

  3. #3
    Join Date
    Feb 2009
    Posts
    9
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: qt + nmake problem witg release

    Yes, I had Qt SKD build with MinGW but I removed it (whole dir and paths (Qt and MinGW),
    Then I installed MS SDK and downloaded Qt src -> compiled Qt with nmake.
    Debug works great but release needs mingwm10.dll even if I compile totally new project.
    Really strange...


    Thx for answer.

Similar Threads

  1. Weird problem: multithread QT app kills my linux
    By Ishark in forum Qt Programming
    Replies: 2
    Last Post: 8th August 2008, 09:12
  2. Problem with nmake and mysql plugins
    By raken in forum Installation and Deployment
    Replies: 1
    Last Post: 7th July 2007, 08:20
  3. Problem with nmake
    By Pragya in forum Newbie
    Replies: 3
    Last Post: 27th June 2007, 16:39
  4. problem with mouse release on the border, help me!
    By dungsivn in forum Qt Programming
    Replies: 1
    Last Post: 25th June 2007, 08:16
  5. Problem with Release version
    By jlbrd in forum Installation and Deployment
    Replies: 7
    Last Post: 30th March 2006, 19:45

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
  •  
Qt is a trademark of The Qt Company.