mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Use Qt6:: syntax for Qt modules
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user