config_query         QT_DOC     'install documents(very big)?' n           &&

config_query_option  QT_DEMO    'install demos?' n                         \
                                '-make demos'                              \
                                '-nomake demos'                            &&

config_query_option  QT_EXAMPLE 'install examples?' n                      \
                                '-make examples'                           \
                                '-nomake examples'                         &&

config_query_option  QT_TOOLS   'install tools?' y                         \
                                '-make tools'                              \
                                '-nomake tools'                            &&

config_query_option  QT_TRANS   'install translations?' n                  \
                                '-make translations'                       \
                                '-nomake translations'                     &&

config_query_option  QT_QT3     'build qt3 support?' y                     \
                                '-qt3support'                              \
                                '-no-qt3support'                           &&

config_query_option  QT_DEBUG   'Compile with debugging symbols?'       n  \
                                '-debug'                                   \
                                ''                                         &&

config_query_option  QT_NIS     'Enable Network Information Services?'  y  \
                                '-nis'                                     \
                                '-no-nis'                                  &&

config_query_option  QT_XRAMA   'Enable Xinerama support?'              n  \
                                '-xinerama'                                \
                                '-no-xinerama'                             &&

config_query_option  QT_GIF     'Enable GIF support?'                   y  \
                                '-qt-gif'                                  \
                                '-no-gif'                                  &&


config_query_option QT_EXCEPT   'Disable exception checking'            n  \
                                '-no-exceptions'                           \
                                '-exceptions'                              &&

config_query_option  QT_PCH     'Enable precompiled header support?'    y  \
                                '-pch'                                     \
                                '-no-pch'
