Results 1 to 2 of 2

Thread: configure options questions

  1. #1
    Join Date
    Jul 2009
    Posts
    92
    Thanks
    7
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default configure options questions

    this is a topic that pops up now and then but after reading many posts I still have a few questions. I have the latest Mingw (4.5 and make 3.81) installed with Qt 4.6.2. My application only uses qt4core and qt4gui dlls and I use exeptions. The default core and gui dlls work fine so my questions are out of intertest.
    I use:
    configure -opensource -release -nomake examples -nomake demos -no-qt3support -no-scripttools -no-openssl -no-opengl -no-webkit -no-phonon -no-style-motif -no-style-cde -no-style-plastique -no-sql-sqlite -no-libtiff -no-libmng -no-incredibuild-xge -no-plugin-manifests -no-phonon-backend -no-audio-backend

    1) How are the default dlls compiled? They are very small!
    2) I don't have dynamic casts, do I still need -rtti ?
    3) Do options like -no-opengl, -no-phonon etc simply exclude these ldds from being built or does this also shrink core and gui libs?
    4) what is no-manifest
    Thanks for any answers or further links

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: configure options questions

    A manifest is an XML file that describes an assembly. For example, you may wish to tell Windows you want to use a specific version of the Windows common controls. They are typically less than 1KB in size.

Similar Threads

  1. Configure options for deployment
    By vuakko in forum Installation and Deployment
    Replies: 1
    Last Post: 24th June 2009, 15:30
  2. QFileDialog options
    By The Storm in forum Qt Programming
    Replies: 5
    Last Post: 22nd December 2007, 12:22
  3. Qt IPC options & questions
    By Khal Drogo in forum Qt Programming
    Replies: 1
    Last Post: 19th November 2007, 10:03
  4. QTextEdit and some options
    By troorl_ua in forum Qt Programming
    Replies: 3
    Last Post: 29th June 2007, 23:03
  5. Zoom Options
    By Kapil in forum Qt Programming
    Replies: 2
    Last Post: 9th March 2006, 12:19

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.