CMake build: Use version-less Qt targets

Since we do not support Qt < 5.15 anymore, and as a first step
for getting rid of our special FindQt5.cmake.

Change-Id: Icc5dbaf9b0a3a622b1f609ff114b9decb6d2856c
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
Eike Ziller
2022-12-20 17:31:22 +01:00
parent 894685d501
commit 55fa109b59
105 changed files with 184 additions and 181 deletions

View File

@@ -1,8 +1,8 @@
# TODO: Make Qt5::Gui optional -- if really needed that is.
# TODO: Make Qt::Gui optional -- if really needed that is.
add_qtc_library(CPlusPlus
DEPENDS Utils Qt5::Concurrent
PUBLIC_DEPENDS 3rd_cplusplus Qt5::Gui
DEPENDS Utils Qt::Concurrent
PUBLIC_DEPENDS 3rd_cplusplus Qt::Gui
SOURCES
ASTParent.cpp ASTParent.h
ASTPath.cpp ASTPath.h