Revert "Disallow deprecated Qt API"

It breaks the build with bluetooth enabled

This reverts commit 1a32a31a03.
This commit is contained in:
Nicolas Fella 2019-08-20 19:15:07 +02:00
parent 9e48a9073a
commit 4e459f0b30

View file

@ -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)