Results 1 to 4 of 4

Thread: Cant build exe in windows

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Nov 2007
    Posts
    103
    Thanks
    71
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Cant build exe in windows

    Hi,

    Have you specified your path under Environment variables?
    You'll want to set:
    QTDIR to C:\Qt\4.3.2 (or whatever your version is)
    QMAKESPEC to win32-g++
    and adjust your path to:
    PATH C:\Qt\4.3.2\bin (or change the version number)

  2. The following user says thank you to tommy for this useful post:

    eric (13th November 2007)

Similar Threads

  1. Windows XP Qt 4.3.2 Static build
    By maxpower in forum Installation and Deployment
    Replies: 9
    Last Post: 2nd November 2007, 04:49
  2. Build error on mac Platform::WaitMouseMoved
    By patrik08 in forum Qt Programming
    Replies: 1
    Last Post: 12th July 2007, 13:18
  3. Build static on windows without deps on mingwm10.dll
    By ucomesdag in forum Qt Programming
    Replies: 2
    Last Post: 9th July 2007, 05:46
  4. Replies: 10
    Last Post: 25th February 2007, 00:23
  5. Build windows app for Linux
    By cmaxb in forum Qt Programming
    Replies: 1
    Last Post: 19th June 2006, 19:40

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.