Revert "Disallow deprecated Qt API"
It breaks the build with bluetooth enabled
This reverts commit 1a32a31a03
.
This commit is contained in:
parent
9e48a9073a
commit
4e459f0b30
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ else()
|
|||
find_package(KF5PulseAudioQt)
|
||||
endif()
|
||||
add_definitions(-DQT_NO_URL_CAST_FROM_STRING -DQT_NO_KEYWORDS -DQT_NO_CAST_FROM_ASCII)
|
||||
add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
|
||||
endif()
|
||||
|
||||
find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS Quick Network)
|
||||
|
|
Loading…
Reference in a new issue