Skip to content

Commit d7dfa22

Browse files
committed
Switch to c++17
Signed-off-by: R4SAS <r4sas@i2pmail.org>
1 parent ae5316f commit d7dfa22

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

i2pd_qt.pro

+2-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ linux:icons.path = /usr/share/icons/hicolor/
1414

1515
TEMPLATE = app
1616
QMAKE_CXXFLAGS *= -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-deprecated-copy
17-
CONFIG += strict_c++ c++11
17+
CONFIG += strict_c++ c++17
1818

1919
# suppress OpenSSL deprecation warnings
2020
DEFINES += OPENSSL_SUPPRESS_DEPRECATED
@@ -147,8 +147,6 @@ macx {
147147
LIBS += $$SSLROOT/lib/libcrypto.a
148148
LIBS += $$SSLROOT/lib/libssl.a
149149
LIBS += $$BOOSTROOT/lib/libboost_system.a
150-
LIBS += $$BOOSTROOT/lib/libboost_date_time.a
151-
LIBS += $$BOOSTROOT/lib/libboost_filesystem.a
152150
LIBS += $$BOOSTROOT/lib/libboost_program_options.a
153151
LIBS += $$UPNPROOT/lib/libminiupnpc.a
154152
LIBS += -Wl,-dead_strip
@@ -158,7 +156,7 @@ macx {
158156

159157
linux:!android {
160158
message("Using Linux settings")
161-
LIBS += -lcrypto -lssl -lboost_system -lboost_date_time -lboost_filesystem -lboost_program_options -lpthread -lminiupnpc
159+
LIBS += -lcrypto -lssl -lboost_system -lboost_program_options -lpthread -lminiupnpc
162160

163161
INSTALLS += TARGET
164162
INSTALLS += icons

0 commit comments

Comments
 (0)