summaryrefslogblamecommitdiffstats
path: root/qt6/qt6base/CONFIGURE
blob: fcc9de8509d02c5c8120435747572cb413469071 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                                              
source $GRIMOIRE/CMAKE_CONFIGURE &&
#config_query         QT6_DOC     'install documents(very big)?' n           &&
config_query_option  QT6_EXAMPLE 'install examples?' n -DQT_BUILD_EXAMPLES={true,false} &&
config_query_option  QT6_TESTS   'install tests?'    n -DQT_BUILD_TESTS={true,false} &&
config_query_option  QT6_DEBUG   'Compile with debugging symbols?' n -DFEATURE_separate_debug_info={ON,OFF} &&

config_query_option  QT6_PCH     'Enable precompiled header support?' n -DBUILD_WITH_PCH={ON,OFF}

#config_query_list QT6_LINKER 'which linker' gold bfd lld