mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-03 11:00:14 -05:00
Attempt to fix AppveyorCI
+ Cleanup macosx variables
This commit is contained in:
parent
8a70174fb6
commit
722b1dbffc
@ -147,7 +147,7 @@ before_package:
|
||||
build_script:
|
||||
- env
|
||||
- git submodule update --init
|
||||
- qmake -Wall -spec win32-g++ "CONFIG=debug"
|
||||
- qmake -Wall -spec win32-g++ "CONFIG+=debug" "CONFIG+=c++11"
|
||||
- mingw32-make -j3
|
||||
|
||||
# scripts to run after build
|
||||
|
@ -81,7 +81,7 @@ constexpr auto RS_HUMAN_READABLE_VERSION =
|
||||
RS_PRIVATE_STRINGIFY(RS_MINI_VERSION) RS_EXTRA_VERSION;
|
||||
|
||||
|
||||
#include <cstdint>
|
||||
#include <stdint.h>
|
||||
#include <string>
|
||||
|
||||
/**
|
||||
|
@ -18,6 +18,7 @@
|
||||
RS_SRC_PATH=$$clean_path($${PWD}/../../)
|
||||
RS_BUILD_PATH=$$clean_path($${OUT_PWD}/../../)
|
||||
|
||||
CONFIG += c++11
|
||||
DEPENDPATH *= $$clean_path($${RS_SRC_PATH}/libretroshare/src/)
|
||||
INCLUDEPATH *= $$clean_path($${RS_SRC_PATH}/libretroshare/src)
|
||||
LIBS *= -L$$clean_path($${RS_BUILD_PATH}/libretroshare/src/lib/) -lretroshare
|
||||
|
@ -479,11 +479,6 @@ no_rs_cppwarning {
|
||||
|
||||
rs_gxs_trans {
|
||||
DEFINES *= RS_GXS_TRANS
|
||||
greaterThan(QT_MAJOR_VERSION, 4) {
|
||||
CONFIG += c++11
|
||||
} else {
|
||||
QMAKE_CXXFLAGS += -std=c++0x
|
||||
}
|
||||
}
|
||||
|
||||
bitdht {
|
||||
@ -707,21 +702,7 @@ macx-* {
|
||||
|
||||
|
||||
message(***retroshare.pri:MacOSX)
|
||||
# BIN_DIR += "/usr/bin"
|
||||
# INC_DIR += "/usr/include"
|
||||
# INC_DIR += "/usr/local/include"
|
||||
# INC_DIR += "/opt/local/include"
|
||||
# LIB_DIR += "/usr/local/lib"
|
||||
# LIB_DIR += "/opt/local/lib"
|
||||
BIN_DIR += "/Applications/Xcode.app/Contents/Developer/usr/bin"
|
||||
INC_DIR += "/usr/local/Cellar/miniupnpc/2.1/include"
|
||||
INC_DIR += "/usr/local/Cellar/libmicrohttpd/0.9.62_1/include"
|
||||
INC_DIR += "/usr/local/Cellar/sqlcipher/4.1.0/include"
|
||||
LIB_DIR += "/usr/local/opt/openssl/lib/"
|
||||
LIB_DIR += "/usr/local/Cellar/libmicrohttpd/0.9.62_1/lib"
|
||||
LIB_DIR += "/usr/local/Cellar/sqlcipher/4.1.0/lib"
|
||||
LIB_DIR += "/usr/local/Cellar/miniupnpc/2.1/lib"
|
||||
CONFIG += c++11
|
||||
INCLUDEPATH += "/usr/local/include"
|
||||
RS_UPNP_LIB = miniupnpc
|
||||
QT += macextras
|
||||
|
Loading…
x
Reference in New Issue
Block a user