forked from mirror/openmw-tes3mp
Add icon to windows executable.
This commit is contained in:
parent
c9e7a41e1a
commit
69134e3ac2
3 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,10 @@ set(WIZARD
|
||||||
utils/componentlistwidget.cpp
|
utils/componentlistwidget.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if(WIN32)
|
||||||
|
list(APPEND WIZARD ${CMAKE_SOURCE_DIR}/files/windows/openmw-wizard.rc)
|
||||||
|
endif()
|
||||||
|
|
||||||
set(WIZARD_HEADER
|
set(WIZARD_HEADER
|
||||||
componentselectionpage.hpp
|
componentselectionpage.hpp
|
||||||
conclusionpage.hpp
|
conclusionpage.hpp
|
||||||
|
|
BIN
files/windows/openmw-wizard.ico
Normal file
BIN
files/windows/openmw-wizard.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 361 KiB |
1
files/windows/openmw-wizard.rc
Normal file
1
files/windows/openmw-wizard.rc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
IDI_ICON1 ICON DISCARDABLE "openmw-wizard.ico"
|
Loading…
Reference in a new issue