From 42585984c0834f9b9563ecf939a721e673f3f197 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Thu, 2 Aug 2018 17:18:08 -0400 Subject: [PATCH] add icon --- GUI/CMakeLists.txt | 2 ++ GUI/NextHooker.ico | Bin 0 -> 1078 bytes GUI/NextHooker.rc | 1 + 3 files changed, 3 insertions(+) create mode 100644 GUI/NextHooker.ico create mode 100644 GUI/NextHooker.rc diff --git a/GUI/CMakeLists.txt b/GUI/CMakeLists.txt index cf95fe7..2ddc3fd 100644 --- a/GUI/CMakeLists.txt +++ b/GUI/CMakeLists.txt @@ -2,6 +2,7 @@ include(QtUtils) msvc_registry_search() find_qt5(Core Widgets) +set(RESOURCE_FILES NextHooker.rc NextHooker.ico) # Populate a CMake variable with the sources set(gui_SRCS main.cpp @@ -9,6 +10,7 @@ set(gui_SRCS hostsignaller.cpp misc.cpp extensions.cpp + ${RESOURCE_FILES} ) add_executable(${PROJECT_NAME} WIN32 ${gui_SRCS}) target_link_libraries(${PROJECT_NAME} Qt5::Widgets vnrhost) diff --git a/GUI/NextHooker.ico b/GUI/NextHooker.ico new file mode 100644 index 0000000000000000000000000000000000000000..69cc27d2f579ee48b03e412315199afb4b774014 GIT binary patch literal 1078 zcmcJOu?@m75Ji6?n$VCDQX%@ZAeev+7=e<4&TF`Hogq*p2FM!pv`FEf4~IAc1PCs9 zclXcsIdK#qL5e)j0gNz9fGM-0P<={)HET20q*9QC^Tdqz>SRn%GdgIDpCg_rF{taB zQ(AwcZ6zbTq$F-&4r7-A**&_O9>g)UF40=+f_At1AXd!K_OEm5Hh44Pdjl1{^$YAbx=P y?>AUa8TJ3MmUjLAA8P;9FC71s$dZk=V18~cN{#thP+c-UV#0c#u;~@wn+>=C literal 0 HcmV?d00001 diff --git a/GUI/NextHooker.rc b/GUI/NextHooker.rc new file mode 100644 index 0000000..a848349 --- /dev/null +++ b/GUI/NextHooker.rc @@ -0,0 +1 @@ +IDI_ICON1 ICON DISCARDABLE "NextHooker.ico" \ No newline at end of file