Results 1 to 5 of 5

Thread: Making Fails in Windows XP

  1. #1
    Join Date
    Dec 2008
    Posts
    5
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Making Fails in Windows XP

    in Win XP i installed Qt4.4.3 successfully and written hello world program

    qmake -project
    qmake

    these two commands worked perfectly and makefiles have been generated successfully

    but how to run the program in XP please help me out

  2. #2
    Join Date
    Jan 2006
    Location
    Napoli, Italy
    Posts
    621
    Thanks
    5
    Thanked 86 Times in 81 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Making Fails in Windows XP

    Quote Originally Posted by sashwinamrita View Post
    in Win XP i installed Qt4.4.3 successfully and written hello world program

    qmake -project
    qmake

    these two commands worked perfectly and makefiles have been generated successfully

    but how to run the program in XP please help me out
    From the command prompt run the .exe file.
    Example:
    > release/hello.exe
    A camel can go 14 days without drink,
    I can't!!!

  3. #3
    Join Date
    Dec 2008
    Posts
    5
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Making Fails in Windows XP

    but i didnt get .exe file in release folder its empty
    its only in debug folder....

  4. #4
    Join Date
    Nov 2008
    Posts
    142
    Thanks
    3
    Thanked 20 Times in 20 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Making Fails in Windows XP

    Are you actually building the release version? Or just the debug version? You can control this with the CONFIG variable in the project file. See http://doc.trolltech.com/4.4/qmake-p...-configuration

    Anyway, if there is an exe is in the debug folder, just run that. I don't see the problem. If the program was built you can run it like any other application.

  5. The following user says thank you to rexi for this useful post:

    sashwinamrita (8th December 2008)

  6. #5
    Join Date
    Dec 2008
    Posts
    5
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Making Fails in Windows XP

    thanks ya got it..

Similar Threads

  1. Opening text file fails after autostartup on windows
    By yogourta in forum Qt Programming
    Replies: 2
    Last Post: 18th October 2008, 03:52
  2. MDI windows without QWorkspace
    By Big Duck in forum Newbie
    Replies: 2
    Last Post: 16th June 2006, 17:15
  3. making a portable binary on windows
    By patcito in forum Qt Programming
    Replies: 10
    Last Post: 29th May 2006, 09:02
  4. gcc (linux) : ok ; g++ (windows) : fails
    By nouknouk in forum Qt Programming
    Replies: 1
    Last Post: 25th February 2006, 03:08
  5. Qt and windows vista
    By munna in forum General Discussion
    Replies: 8
    Last Post: 11th January 2006, 22:33

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.