Issue #118: First part of splitting

This commit is contained in:
Jakub Melka
2023-12-03 19:11:17 +01:00
parent c01a1da4ec
commit bc8be2198b
391 changed files with 126 additions and 67 deletions

View File

@@ -20,7 +20,7 @@ add_executable(Pdf4QtViewerProfi
icon.rc
)
target_link_libraries(Pdf4QtViewerProfi PRIVATE Pdf4QtLib Pdf4QtViewer Qt6::Core Qt6::Gui Qt6::Widgets)
target_link_libraries(Pdf4QtViewerProfi PRIVATE Pdf4QtLibCore Pdf4QtViewer Qt6::Core Qt6::Gui Qt6::Widgets)
set_target_properties(Pdf4QtViewerProfi PROPERTIES
WIN32_EXECUTABLE ON