libkwineffects: Specify valid min Qt version in KWinEffects.config.in
REQUIRED_QT_VERSION is used primarily in KF projects, not in Plasma projects.
This commit is contained in:
parent
d11daecce5
commit
ffeebc4c2f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
@PACKAGE_INIT@
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(Qt5Core @REQUIRED_QT_VERSION@)
|
||||
find_dependency(Qt5Core "@QT_MIN_VERSION@")
|
||||
|
||||
@PACKAGE_SETUP_AUTOMOC_VARIABLES@
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/KWinEffectsTargets.cmake")
|
||||
|
|
Loading…
Reference in a new issue