#Issue 25: Plugin compilation + icons for programs

This commit is contained in:
Jakub Melka
2022-08-21 18:03:06 +02:00
parent e5775906cf
commit 0c4b5fbc82
20 changed files with 333 additions and 17 deletions

View File

@@ -17,6 +17,7 @@
add_executable(Pdf4QtViewerLite
main.cpp
icon.rc
)
target_link_libraries(Pdf4QtViewerLite PRIVATE Pdf4QtLib Pdf4QtViewer Qt6::Core Qt6::Gui Qt6::Widgets)

1
Pdf4QtViewerLite/icon.rc Normal file
View File

@@ -0,0 +1 @@
IDI_ICON1 ICON DISCARDABLE "app-icon.ico"