Bug #1296 » 0015-Meson-Add-fPIC-for-Qt6-compile-test.patch
| meson.build | ||
|---|---|---|
|
qt_minver = '0x060000'
|
||
|
add_global_arguments('-DQT_DISABLE_DEPRECATED_BEFORE=' + qt_minver, language : 'cpp')
|
||
|
qt_opts = 'cpp_std=c++17'
|
||
|
qt_cppflags = '-std=c++17'
|
||
|
qt_cppflags = ['-std=c++17', '-fPIC']
|
||
|
endif
|
||
|
if get_option('audio')
|
||