Results 1 to 3 of 3

Thread: How to make .pro files

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Posts
    128
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanked 28 Times in 27 Posts

    Default Re: How to make .pro files

    Quote Originally Posted by merry View Post
    I m using Qt3.1(Linux Operating System)
    Why do you use Qt 3.1? If there is not strong reason for it I would suggest going with Qt 4.x as it is more future proof ;-)

    Quote Originally Posted by merry View Post
    when i write qmake hello.cpp at commad line
    I would suggest reading the qmake user guide as you seem to have the wrong idea about what qmake is.

    To quote the above linked manual:
    qmake is a tool created by Trolltech to write makefiles for different compilers and platforms.
    So you would not call it with implementation files directly. If you do not want to read the whole manual, read the 10 minute guide to using qmake which should hopefully tell you how to get the result you desire ;-)



    Good Luck :-)

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

    merry (8th March 2007)

Similar Threads

  1. Compiling with Qmake/Make
    By VireX in forum Newbie
    Replies: 25
    Last Post: 22nd February 2007, 05:57
  2. Replies: 5
    Last Post: 22nd September 2006, 08:04
  3. make install with debug_and_release_target
    By aba in forum Qt Programming
    Replies: 0
    Last Post: 17th April 2006, 19:28
  4. [Win32/VC++ 8.0] Strange problems with qrc_*.cpp files
    By mloskot in forum Installation and Deployment
    Replies: 6
    Last Post: 6th March 2006, 10:28
  5. Visual Studio 2003 and .vcproj files
    By mbjerkne in forum General Discussion
    Replies: 2
    Last Post: 1st February 2006, 00:51

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.