Minor CMake fix

This commit is contained in:
Phillip Stephens 2019-08-25 18:33:03 -07:00
parent 4a8a8fcbb9
commit 7c2d70542b
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ add_executable(hecl-gui WIN32 MACOSX_BUNDLE
${QUAZIP_SRCS}
)
target_link_libraries(hecl-gui
target_link_libraries(hecl-gui PRIVATE
Qt5::Network
Qt5::Widgets
Qt5::Xml