0.6.2 NOW!!!

This commit is contained in:
doitux
2008-05-21 20:47:17 +00:00
parent 224738b95f
commit 22b3b91d0b
3 changed files with 14 additions and 3 deletions
+7 -3
View File
@@ -10,7 +10,7 @@ CODECFORSRC = UTF-8
CONFIG += qt thread embed_manifest_exe exceptions rtti stl warn_on release
#CONFIG += qt thread embed_manifest_exe exceptions rtti stl warn_on debug
#Uncomment this for RELEASE
#####Uncomment this for RELEASE
#QTPLUGIN += qjpeg qgif
UI_DIR = uics
@@ -302,6 +302,10 @@ unix{
unix: !mac{
##### My release static build options
#QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
#QMAKE_LFLAGS += -Wl,--gc-sections
LIBPATH += lib
LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64
@@ -348,8 +352,8 @@ unix: !mac{
LIBS += -lgnutls-openssl -lgcrypt -lSDL_mixer -lcurl -lz
TARGETDEPS += ./lib/libpokerth_lib.a
## My release static libs
#LIBS += -lcrypto_static -lSDL_mixer_static -lSDL -lmikmod
##### My release static libs
#LIBS += -lgcrypt_static -lgpg-error_static -lgnutls-openssl_static -lgnutls_static -lSDL_mixer_static -lSDL -lmikmod -lcurl -lz
#### INSTALL ####
+3
View File
@@ -184,6 +184,9 @@ win32{
INCLUDEPATH += ../boost/ ../GnuTLS/include ../curl/include ../zlib
}
!win32{
##### My release static build options
#QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
DEPENDPATH += src/net/linux/ src/core/linux
SOURCES += src/net/linux/socket_helper.cpp \
src/net/linux/socket_startup.cpp
+4
View File
@@ -157,6 +157,10 @@ unix {
unix : !mac {
##### My release static build options
#QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
#QMAKE_LFLAGS += -Wl,--gc-sections
LIBPATH += lib
LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64