Fix remaining usages of REQUIRED_QT_VERSION and KF5_DEP_VERSION
REQUIRED_QT_VERSION and KF5_DEP_VERSION trace their origin back to KF5. But in Plasma, we use QT_MIN_VERSION and KF5_MIN_VERSION instead.
This commit is contained in:
parent
8ab656541b
commit
861ea96244
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
include(ECMMarkAsTest)
|
||||
|
||||
find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Test)
|
||||
find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Test)
|
||||
|
||||
remove_definitions(-DQT_NO_CAST_FROM_BYTEARRAY)
|
||||
remove_definitions(-DQT_NO_CAST_FROM_ASCII)
|
||||
|
|
Loading…
Reference in a new issue