Use unversioned Qt targets

This commit is contained in:
Aleix Pol
2021-04-06 13:54:43 +02:00
parent 86efa88e22
commit efa32dfbe3
2 changed files with 3 additions and 3 deletions

View File

@ -2,4 +2,4 @@
# SPDX-License-Identifier: BSD-3-Clause
add_executable(layershellqt-test main.cpp)
target_link_libraries(layershellqt-test PRIVATE LayerShellQtInterface Qt5::Qml Qt5::Gui)
target_link_libraries(layershellqt-test PRIVATE LayerShellQtInterface Qt::Qml Qt::Gui)