mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-10-11 13:08:47 -04:00
cleaned up MainWindow
Added to pro file DEFINES += RS_RELEASE_VERSION enable it for release versions. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1151 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
255b5dca39
commit
3e2993536e
4 changed files with 26 additions and 185 deletions
|
@ -54,14 +54,18 @@ win32-x-g++ {
|
|||
win32 {
|
||||
OBJECTS_DIR = temp/obj
|
||||
RCC_DIR = temp/qrc
|
||||
UI_DIR = temp/ui
|
||||
MOC_DIR = temp/moc
|
||||
UI_DIR = temp/ui
|
||||
MOC_DIR = temp/moc
|
||||
|
||||
LIBS += -L"../../../../lib" -lretroshare -lssl -lcrypto -lpthreadGC2d -lminiupnpc -lz
|
||||
LIBS += -lws2_32 -luuid -lole32 -liphlpapi -lcrypt32-cygwin -lgdi32
|
||||
LIBS += -lole32 -lwinmm
|
||||
|
||||
RC_FILE = gui/images/retroshare_win.rc
|
||||
RC_FILE = gui/images/retroshare_win.rc
|
||||
|
||||
## ENABLE THIS OPTION for release Version.
|
||||
#DEFINES += RS_RELEASE_VERSION
|
||||
|
||||
}
|
||||
|
||||
##################################### MacOS ######################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue