cmake: Use versionless Qt::Qml imported target
While resolving merge conflicts in a patch that ported kwin away from QtScriptEngine to QJSEngine, I forgot to switch to versionless imported targets.
This commit is contained in:
parent
691df1ae00
commit
e7a5726c8b
1 changed files with 2 additions and 2 deletions
|
@ -149,7 +149,7 @@ set_target_properties(testBuiltInEffectLoader PROPERTIES COMPILE_DEFINITIONS "NO
|
|||
|
||||
target_link_libraries(testBuiltInEffectLoader
|
||||
Qt::Concurrent
|
||||
Qt5::Qml
|
||||
Qt::Qml
|
||||
Qt::Test
|
||||
Qt::X11Extras
|
||||
|
||||
|
@ -213,7 +213,7 @@ add_executable(testPluginEffectLoader ${testPluginEffectLoader_SRCS})
|
|||
|
||||
target_link_libraries(testPluginEffectLoader
|
||||
Qt::Concurrent
|
||||
Qt5::Qml
|
||||
Qt::Qml
|
||||
Qt::Test
|
||||
Qt::X11Extras
|
||||
|
||||
|
|
Loading…
Reference in a new issue