Commit d7dfa22 1 parent ae5316f commit d7dfa22 Copy full SHA for d7dfa22
File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ linux:icons.path = /usr/share/icons/hicolor/
14
14
15
15
TEMPLATE = app
16
16
QMAKE_CXXFLAGS *= -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-deprecated-copy
17
- CONFIG += strict_c++ c++11
17
+ CONFIG += strict_c++ c++17
18
18
19
19
# suppress OpenSSL deprecation warnings
20
20
DEFINES += OPENSSL_SUPPRESS_DEPRECATED
@@ -147,8 +147,6 @@ macx {
147
147
LIBS += $$SSLROOT /lib/libcrypto.a
148
148
LIBS += $$SSLROOT /lib/libssl.a
149
149
LIBS += $$BOOSTROOT /lib/libboost_system.a
150
- LIBS += $$BOOSTROOT /lib/libboost_date_time.a
151
- LIBS += $$BOOSTROOT /lib/libboost_filesystem.a
152
150
LIBS += $$BOOSTROOT /lib/libboost_program_options.a
153
151
LIBS += $$UPNPROOT /lib/libminiupnpc.a
154
152
LIBS += -Wl ,-dead_strip
@@ -158,7 +156,7 @@ macx {
158
156
159
157
linux:!android {
160
158
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
162
160
163
161
INSTALLS += TARGET
164
162
INSTALLS += icons
You can’t perform that action at this time.
0 commit comments