removed unused dependencies

This commit is contained in:
fourtf
2018-11-22 19:11:26 +01:00
parent cf26f10b80
commit 5c720242e4
14 changed files with 6 additions and 50 deletions
+4
View File
@@ -0,0 +1,4 @@
# fmt
SOURCES += $$PWD/../lib/fmt/fmt/format.cpp
INCLUDEPATH += $$PWD/../lib/fmt/
+2
View File
@@ -0,0 +1,2 @@
# settings
INCLUDEPATH += $$PWD/../lib/humanize/include/
+3
View File
@@ -0,0 +1,3 @@
include(../lib/libcommuni/src/core/core.pri)
include(../lib/libcommuni/src/model/model.pri)
include(../lib/libcommuni/src/util/util.pri)
+17
View File
@@ -0,0 +1,17 @@
win32 {
isEmpty(OPENSSL_DIRECTORY) {
message(Using default openssl directory C:\\local\\openssl)
OPENSSL_DIRECTORY = C:\local\openssl
}
INCLUDEPATH += $$OPENSSL_DIRECTORY\\include
LIBS += -L$$OPENSSL_DIRECTORY\lib
LIBS += -llibssl
LIBS += -llibcrypto
} else {
PKGCONFIG += openssl
LIBS += -lssl -lcrypto
}
Submodule lib/rapidjson deleted from f54b0e47a0
Submodule lib/serialize deleted from 8df89adc10
Submodule lib/settings deleted from f564560afc
Submodule lib/signals deleted from 0fde0171d6
+1
View File
@@ -0,0 +1 @@
INCLUDEPATH += $$PWD/../lib/websocketpp
+5
View File
@@ -0,0 +1,5 @@
win32 {
INCLUDEPATH += $$PWD/../lib/wintoast/src/
SOURCES += \
$$PWD/../lib/WinToast/src/wintoastlib.cpp
}