mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-10 10:33:29 -05:00
Windows build: fixed icon
This commit is contained in:
parent
9cfe455dd3
commit
878b05c819
@ -252,7 +252,7 @@ set(sdrangel_SOURCES
|
|||||||
)
|
)
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
SET(sdrangel_SOURCES ${sdrangel_SOURCES} sdrbase/resources/sdrangel.rc)
|
SET(sdrangel_SOURCES ${sdrangel_SOURCES} sdrgui/resources/sdrangel.rc)
|
||||||
endif(WIN32)
|
endif(WIN32)
|
||||||
|
|
||||||
add_executable(sdrangel
|
add_executable(sdrangel
|
||||||
|
@ -1 +1 @@
|
|||||||
IDI_ICON1 ICON DISCARDABLE "appicon.ico"
|
IDI_ICON1 ICON DISCARDABLE "sdrangel_icon.ico"
|
||||||
|
Loading…
Reference in New Issue
Block a user