Skip to content

Commit 1d1cc36

Browse files
committed
remove unused dependencies
Signed-off-by: R4SAS <r4sas@i2pmail.org>
1 parent 02ecd33 commit 1d1cc36

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

i2pd_qt.pro

+2-6
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,8 @@ macx {
144144
INCLUDEPATH += $$BOOSTROOT/include
145145
INCLUDEPATH += $$SSLROOT/include
146146
INCLUDEPATH += $$UPNPROOT/include
147-
LIBS += $$SSLROOT/lib/libcrypto.a
148147
LIBS += $$SSLROOT/lib/libssl.a
149-
LIBS += $$BOOSTROOT/lib/libboost_system.a
148+
LIBS += $$SSLROOT/lib/libcrypto.a
150149
LIBS += $$BOOSTROOT/lib/libboost_program_options.a
151150
LIBS += $$UPNPROOT/lib/libminiupnpc.a
152151
LIBS += -Wl,-dead_strip
@@ -156,7 +155,7 @@ macx {
156155

157156
linux:!android {
158157
message("Using Linux settings")
159-
LIBS += -lcrypto -lssl -lboost_system -lboost_program_options -lpthread -lminiupnpc
158+
LIBS += -lssl -lcrypto -lboost_program_options -lpthread -lminiupnpc
160159

161160
INSTALLS += TARGET
162161
INSTALLS += icons
@@ -180,9 +179,6 @@ windows {
180179
$$PWD/src/i2pd/libi2pdclient.a \
181180
$$PWD/src/i2pd/libi2pdlang.a \
182181
-lminiupnpc \
183-
-lboost_system$$BOOST_SUFFIX \
184-
-lboost_date_time$$BOOST_SUFFIX \
185-
-lboost_filesystem$$BOOST_SUFFIX \
186182
-lboost_program_options$$BOOST_SUFFIX \
187183
-lssl \
188184
-lcrypto \

0 commit comments

Comments
 (0)