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:
Vlad Zahorodnii 2021-03-04 15:20:43 +02:00
parent 691df1ae00
commit e7a5726c8b

View file

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