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:
defnax 2010-07-01 21:56:56 +00:00
parent 4001c76ff7
commit 4b1a42a4c5
4 changed files with 30 additions and 1 deletions

View File

@ -0,0 +1,3 @@
#include "retroshare_win.rc.h"
IDI_ICON1 ICON "resources/rs.ico"

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

View File

@ -46,7 +46,7 @@ win32-x-g++ {
#################################### Windows #####################################
win32 {
CONFIG += console
CONFIG += console release
OBJECTS_DIR = temp/obj
RCC_DIR = temp/qrc
UI_DIR = temp/ui
@ -58,6 +58,8 @@ win32 {
LIBS += -lws2_32 -luuid -lole32 -liphlpapi -lcrypt32-cygwin -lgdi32
LIBS += -lole32 -lwinmm
RC_FILE = resources/retroshare_win.rc
DEFINES *= WINDOWS_SYS
}