Results 1 to 20 of 28

Thread: QT minimum build to start developing

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #10
    Join Date
    Aug 2009
    Posts
    12
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QT minimum build to start developing

    Quote Originally Posted by lyuts View Post
    I'm sure everybody understands "minimum build" in his own way. Here is how i do my minimum build (e.g. Qt 4.5.2).

    Qt Code:
    1. ./configure -prefix /usr/local/qt-4.5.2 -nomake demos -nomake examples -no-qt3support
    2. -no-accessibility -no-phonon -no-phonon-backend -no-webkit
    To copy to clipboard, switch view to plain text mode 

    But it may differ from your needs, because i don't know what kind of application you want to develop.
    I'm building in Windows targetting to VS2005, and -prefix is not listed in configure help: what is it for?

    Anyway my meaning for "minimum" is the smallest set of files needed to develop an application (with all the possible libraries) using the VS2005 integration.
    So I think I would:
    - need folders 'include', 'lib', 'plugins' and 'bin'
    - not need folders 'src', 'examples', 'tutorials', 'demos'
    - don't know about remaining files and folders

    Am I correct?
    Last edited by lurky; 26th August 2009 at 15:19.

Similar Threads

  1. Build error on mac Platform::WaitMouseMoved
    By patrik08 in forum Qt Programming
    Replies: 1
    Last Post: 12th July 2007, 13:18

Tags for this Thread

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.