mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 02:10:59 +00:00
application file-icon and window-icon set on ms-windows
This commit is contained in:
committed by
Thomas Krijnen
parent
34f038530f
commit
b034b40b09
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user