Results 1 to 3 of 3

Thread: How to know the options with which Qt is configured?

  1. #1
    Join Date
    Oct 2009
    Posts
    66
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Question How to know the options with which Qt is configured?

    Hi,
    I have build qt with some configuration options, now i wan to see with which options qt is configured, how can i check for the same??

    Thanks & Regards
    Sudhish

  2. #2
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Thanks
    8
    Thanked 133 Times in 128 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: How to know the options with which Qt is configured?

    may be you can check for some macros ... for example QT_NO_WEBKIT or something..

  3. #3
    Join Date
    Apr 2010
    Posts
    769
    Thanks
    1
    Thanked 94 Times in 86 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: How to know the options with which Qt is configured?

    In the Qt directory you built from, there will be a number of files with "config" in their name produced by your run of 'configure'. At least one of them will have the configure options you used for the build. It may be 'config.log' but I don't have one here to check.

    Note that if you installed through a package manager (rpm or whatever) these files typically aren't kept, and the best you'll be able to do is root around in Qt's installed files looking for macro definitions and other weakly documented settings.

    If there's some specific bit of information you're interested in, post it. Some options are easy to track down, others not so much.

Similar Threads

  1. Replies: 0
    Last Post: 6th December 2009, 00:41
  2. Advanced PKG Options [S60]
    By ManuMies in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 30th November 2009, 11:52
  3. Qt4 configured with -largefile
    By lni in forum Qt Programming
    Replies: 1
    Last Post: 20th November 2007, 22:08
  4. QMAKESPEC has not been configured
    By karthik in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 18th November 2007, 17:54
  5. Zoom Options
    By Kapil in forum Qt Programming
    Replies: 2
    Last Post: 9th March 2006, 11: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.