add windows program (.exe) icon

This commit is contained in:
Wladimir J. van der Laan
2011-07-24 15:53:27 +02:00
parent 1a925b8e60
commit 8a13456f3a
4 changed files with 11 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ macx:DEFINES += __WXMAC_OSX__ MSG_NOSIGNAL=0 BOOST_FILESYSTEM_VERSION=3
macx:LIBS += -lboost_thread-mt -lboost_system-mt -lboost_filesystem-mt -lboost_program_options-mt
windows:DEFINES += __WXMSW__
windows:LIBS += -lssl -lcrypto -lboost_system-mgw44-mt-1_43 -lboost_filesystem-mgw44-mt-1_43 -lboost_program_options-mgw44-mt-1_43 -lboost_thread-mgw44-mt-1_43 -ldb_cxx -lws2_32 -lgdi32
windows:RC_FILE = src/qt/res/bitcoin-qt.rc
# for extra security against potential buffer overflows
QMAKE_CXXFLAGS += -fstack-protector