1
0
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:
f4exb 2018-06-10 00:02:51 +02:00
parent 9cfe455dd3
commit 878b05c819
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
IDI_ICON1 ICON DISCARDABLE "appicon.ico" IDI_ICON1 ICON DISCARDABLE "sdrangel_icon.ico"