mirror of
https://github.com/ong19th/Citron.git
synced 2025-12-12 22:37:00 +00:00
Add QT Network package
This commit is contained in:
parent
913cc27e3a
commit
07b949025f
2 changed files with 5 additions and 1 deletions
|
|
@ -435,6 +435,10 @@ if (CITRON_USE_QT_WEB_ENGINE)
|
|||
target_compile_definitions(citron PRIVATE -DCITRON_USE_QT_WEB_ENGINE)
|
||||
endif ()
|
||||
|
||||
target_link_libraries(citron PRIVATE PRIVATE
|
||||
Qt::Network
|
||||
)
|
||||
|
||||
if(UNIX AND NOT APPLE)
|
||||
install(TARGETS citron)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue