Project

General

Profile

Bug #1296 » 0015-Meson-Add-fPIC-for-Qt6-compile-test.patch

Marko Lindqvist, 04/16/2025 06:49 PM

View differences:

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')
(1-1/2)