Results 1 to 10 of 10

Thread: Windows XP Qt 4.3.2 Static build

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Bremen, Germany
    Posts
    554
    Thanked 86 Times in 81 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Windows XP Qt 4.3.2 Static build

    Not really (at least not me)
    Maybe write a bug report to qt-bugs

  2. #2
    Join Date
    Jun 2006
    Posts
    64
    Thanks
    10
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Windows XP Qt 4.3.2 Static build

    maxpower,

    I suffered the same problem as you albeit on 2k. I solved it by doing this:

    1. install Qt 4.3.2 as a shared build. (I used c:\qt\4.3.2)
    2. copy the installed directory to a new directory (c:\qt\4.3.2-static)
    3. add c:\qt\4.3.2-static\lib and c:\qt\4.3.2-static\bin to your path
    4. rename c:\qt\4.3.2 to something else so it can't be found. (say c:\qt\old-4.3.2)
    5. delete the makefile in c:\qt\4.3.2-static
    6. run c:\qt\4.3.2-static\bin\qmake
    7. now run configure <---options---> and ming32-make.
    8. rename the shared build back to c:\qt\4.3.2

    You should with any luck have a working static build and shared build in separate directories.

    I didn't suffer these problems under Linux or using QT 4.2.3, only the windows version of QT 4.3.2. The rest of the instructions at http://www.rag.com.au/linux/qt4howto.html worked for me.

    I hope this helps,

    Regards, B1.

Similar Threads

  1. Replies: 16
    Last Post: 23rd May 2008, 10:12
  2. Build static on windows without deps on mingwm10.dll
    By ucomesdag in forum Qt Programming
    Replies: 2
    Last Post: 9th July 2007, 05:46
  3. Qt4 MacOSX UB Xcode and a static Qt build?
    By kuroyume0161 in forum Installation and Deployment
    Replies: 15
    Last Post: 18th March 2007, 08:10
  4. Replies: 10
    Last Post: 25th February 2007, 00:23
  5. problem after Qt 4.2.2 static build
    By npc in forum Newbie
    Replies: 2
    Last Post: 23rd February 2007, 12:28

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.