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

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'
