Use Qt6:: syntax for Qt modules

This commit is contained in:
luisangelsm
2026-03-30 17:48:33 +02:00
parent 79a8acbd42
commit e2ddb7eaaf
12 changed files with 77 additions and 77 deletions

View File

@ -73,9 +73,9 @@ if(UNIX AND NOT APPLE)
"DATADIR=\"${CMAKE_INSTALL_FULL_DATADIR}\"")
endif()
target_link_libraries(server PUBLIC
Qt::Core
Qt::Network
Qt::Sql
Qt6::Core
Qt6::Network
Qt6::Sql
QtWebApp_httpserver
QtWebApp_templateengine
QsLog