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

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

config_query_option  QT_TESTS   'install tests?' n                         \
                                '-make'                                    \
                                '-nomake'                                  &&

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

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  \
                                ''                                         \
                                '-no-gif'                                  &&

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

config_query_option  QT_ACCESS 'Compile Accessibility support' y \
                                '-accessibility'  \
                                '-no-accessibility'  &&

config_query_option QT_AUDIO    'support Audio backends' y \
                                '-audio-backend'  \
                                '-no-audio-backend'  &&

config_query_option QT_JVS      'Javascript-JIT' y \
                                '-javascript-jit' \
                                '-no-javascript-jit' &&
config_query QT_SQL  'enable SQL support?' y
