persistent_remove QT_JVS
persistent_remove QT_AUDIO
persistent_remove QT_XRAMA
persistent_remove QT_GIF
persistent_remove QT_GOLD
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_PCH     'Enable precompiled header support?'    y  \
                                '-pch'                                     \
                                '-no-pch'                                  &&

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

config_query_list QT_LINKER 'which linker' gold bfd lld &&

config_query QT_SQL  'enable SQL support?' y
