application file-icon and window-icon set on ms-windows

This commit is contained in:
Dushyant Basson
2023-09-02 02:29:52 +05:30
committed by Thomas Krijnen
parent 34f038530f
commit b034b40b09
7 changed files with 61 additions and 4 deletions
+2
View File
@@ -38,6 +38,7 @@ set(CMAKE_AUTORCC ON)
set(RESOURCE_FILES
resources/qt_resources.qrc
resources/qt_res.rc
)
add_executable(${targetName}
@@ -48,6 +49,7 @@ add_executable(${targetName}
MainWindow.h
MainWindow.cpp
main.cpp
${RESOURCE_FILES}
)
set_target_properties(${targetName} PROPERTIES