0.6.2 NOW!!!
This commit is contained in:
+7
-3
@@ -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 release
|
||||||
#CONFIG += qt thread embed_manifest_exe exceptions rtti stl warn_on debug
|
#CONFIG += qt thread embed_manifest_exe exceptions rtti stl warn_on debug
|
||||||
|
|
||||||
#Uncomment this for RELEASE
|
#####Uncomment this for RELEASE
|
||||||
#QTPLUGIN += qjpeg qgif
|
#QTPLUGIN += qjpeg qgif
|
||||||
|
|
||||||
UI_DIR = uics
|
UI_DIR = uics
|
||||||
@@ -302,6 +302,10 @@ unix{
|
|||||||
|
|
||||||
unix: !mac{
|
unix: !mac{
|
||||||
|
|
||||||
|
##### My release static build options
|
||||||
|
#QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
|
||||||
|
#QMAKE_LFLAGS += -Wl,--gc-sections
|
||||||
|
|
||||||
LIBPATH += lib
|
LIBPATH += lib
|
||||||
|
|
||||||
LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64
|
LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64
|
||||||
@@ -348,8 +352,8 @@ unix: !mac{
|
|||||||
LIBS += -lgnutls-openssl -lgcrypt -lSDL_mixer -lcurl -lz
|
LIBS += -lgnutls-openssl -lgcrypt -lSDL_mixer -lcurl -lz
|
||||||
TARGETDEPS += ./lib/libpokerth_lib.a
|
TARGETDEPS += ./lib/libpokerth_lib.a
|
||||||
|
|
||||||
## My release static libs
|
##### My release static libs
|
||||||
#LIBS += -lcrypto_static -lSDL_mixer_static -lSDL -lmikmod
|
#LIBS += -lgcrypt_static -lgpg-error_static -lgnutls-openssl_static -lgnutls_static -lSDL_mixer_static -lSDL -lmikmod -lcurl -lz
|
||||||
|
|
||||||
#### INSTALL ####
|
#### INSTALL ####
|
||||||
|
|
||||||
|
|||||||
@@ -184,6 +184,9 @@ win32{
|
|||||||
INCLUDEPATH += ../boost/ ../GnuTLS/include ../curl/include ../zlib
|
INCLUDEPATH += ../boost/ ../GnuTLS/include ../curl/include ../zlib
|
||||||
}
|
}
|
||||||
!win32{
|
!win32{
|
||||||
|
##### My release static build options
|
||||||
|
#QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
|
||||||
|
|
||||||
DEPENDPATH += src/net/linux/ src/core/linux
|
DEPENDPATH += src/net/linux/ src/core/linux
|
||||||
SOURCES += src/net/linux/socket_helper.cpp \
|
SOURCES += src/net/linux/socket_helper.cpp \
|
||||||
src/net/linux/socket_startup.cpp
|
src/net/linux/socket_startup.cpp
|
||||||
|
|||||||
@@ -157,6 +157,10 @@ unix {
|
|||||||
|
|
||||||
unix : !mac {
|
unix : !mac {
|
||||||
|
|
||||||
|
##### My release static build options
|
||||||
|
#QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
|
||||||
|
#QMAKE_LFLAGS += -Wl,--gc-sections
|
||||||
|
|
||||||
LIBPATH += lib
|
LIBPATH += lib
|
||||||
|
|
||||||
LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64
|
LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64
|
||||||
|
|||||||
Reference in New Issue
Block a user