mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 08:29:26 -05:00
added resource icon for the windows binary
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3243 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4001c76ff7
commit
4b1a42a4c5
3
retroshare-nogui/src/resources/retroshare_win.rc
Normal file
3
retroshare-nogui/src/resources/retroshare_win.rc
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#include "retroshare_win.rc.h"
|
||||||
|
|
||||||
|
IDI_ICON1 ICON "resources/rs.ico"
|
24
retroshare-nogui/src/resources/retroshare_win.rc.h
Normal file
24
retroshare-nogui/src/resources/retroshare_win.rc.h
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
/****************************************************************
|
||||||
|
* RetroShare is distributed under the following license:
|
||||||
|
*
|
||||||
|
* Copyright (C) 20010, RetroShare Team
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU General Public License
|
||||||
|
* as published by the Free Software Foundation; either version 2
|
||||||
|
* of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||||
|
* Boston, MA 02110-1301, USA.
|
||||||
|
****************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
#define IDI_ICON1 101
|
||||||
|
|
BIN
retroshare-nogui/src/resources/rs.ico
Normal file
BIN
retroshare-nogui/src/resources/rs.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 112 KiB |
@ -46,7 +46,7 @@ win32-x-g++ {
|
|||||||
#################################### Windows #####################################
|
#################################### Windows #####################################
|
||||||
|
|
||||||
win32 {
|
win32 {
|
||||||
CONFIG += console
|
CONFIG += console release
|
||||||
OBJECTS_DIR = temp/obj
|
OBJECTS_DIR = temp/obj
|
||||||
RCC_DIR = temp/qrc
|
RCC_DIR = temp/qrc
|
||||||
UI_DIR = temp/ui
|
UI_DIR = temp/ui
|
||||||
@ -58,6 +58,8 @@ win32 {
|
|||||||
LIBS += -lws2_32 -luuid -lole32 -liphlpapi -lcrypt32-cygwin -lgdi32
|
LIBS += -lws2_32 -luuid -lole32 -liphlpapi -lcrypt32-cygwin -lgdi32
|
||||||
LIBS += -lole32 -lwinmm
|
LIBS += -lole32 -lwinmm
|
||||||
|
|
||||||
|
RC_FILE = resources/retroshare_win.rc
|
||||||
|
|
||||||
DEFINES *= WINDOWS_SYS
|
DEFINES *= WINDOWS_SYS
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user