mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 18:35:44 -05:00
CMake: explicitly suppress old API
This commit is contained in:
parent
5a82c8123b
commit
adc3af0345
1 changed files with 2 additions and 0 deletions
|
@ -280,6 +280,8 @@ if( CMAKE_COMPILER_IS_GNUCXX )
|
|||
endif()
|
||||
endif()
|
||||
|
||||
# API that was deprecated before Qt 5.15 causes a compile error
|
||||
add_compile_definitions( QT_DISABLE_DEPRECATED_BEFORE=0x050f00 )
|
||||
|
||||
### DEPENDENCIES
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue