mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Add OpenSSL libs
Remove google analytics
This commit is contained in:
parent
05aa946280
commit
221de6561b
@ -4,9 +4,8 @@ SUBDIRS = \
|
|||||||
ScreenPlaySDK/ScreenPlaySDK.pro \
|
ScreenPlaySDK/ScreenPlaySDK.pro \
|
||||||
ScreenPlaySysInfo/ScreenPlaySysInfo.pro \
|
ScreenPlaySysInfo/ScreenPlaySysInfo.pro \
|
||||||
ScreenPlayWindow/ScreenPlayWindow.pro \
|
ScreenPlayWindow/ScreenPlayWindow.pro \
|
||||||
ScreenPlay/ThirdParty/stomt-qt-sdk/sdk/stomt-qt-sdk.pro \
|
|
||||||
ScreenPlayWidget/ScreenPlayWidget.pro \
|
ScreenPlayWidget/ScreenPlayWidget.pro \
|
||||||
#ScreenPlay/ThirdParty/qt-google-analytics/qt-google-analytics.pro \
|
ScreenPlay/ThirdParty/stomt-qt-sdk/sdk/stomt-qt-sdk.pro \
|
||||||
|
|
||||||
ScreenPlayWindow.depends = ScreenPlaySDK
|
ScreenPlayWindow.depends = ScreenPlaySDK
|
||||||
ScreenPlayWidget.depends = ScreenPlaySDK
|
ScreenPlayWidget.depends = ScreenPlaySDK
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
QT += qml quick widgets quickcontrols2 core webengine
|
QT += qml quick widgets quickcontrols2 core webengine
|
||||||
CONFIG += c++17
|
CONFIG += c++17
|
||||||
CONFIG += qtquickcompiler
|
#CONFIG += qtquickcompiler
|
||||||
#DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT
|
#DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT
|
||||||
|
|
||||||
msvc: LIBS += -luser32
|
msvc: LIBS += -luser32
|
||||||
@ -56,16 +56,10 @@ INCLUDEPATH += \
|
|||||||
$$PWD/ThirdParty/ \
|
$$PWD/ThirdParty/ \
|
||||||
$$PWD/src/
|
$$PWD/src/
|
||||||
|
|
||||||
#include(ThirdParty/qt-google-analytics/qt-google-analytics.pri)
|
|
||||||
#LIBS += -lqt-google-analytics
|
|
||||||
|
|
||||||
CONFIG(debug, debug|release) {
|
CONFIG(debug, debug|release) {
|
||||||
install_it.path = $${OUT_PWD}/debug/
|
install_it.path = $${OUT_PWD}/debug/
|
||||||
#QMAKE_LIBDIR += $$OUT_PWD/ThirdParty/qt-google-analytics/debug
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
install_it.path = $${OUT_PWD}/release/
|
install_it.path = $${OUT_PWD}/release/
|
||||||
#QMAKE_LIBDIR += $$OUT_PWD/ThirdParty/qt-google-analytics/release
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -84,7 +78,9 @@ install_it.files += assets/templates/config.json \
|
|||||||
ThirdParty/ffmpeg/Windows/ffprobe.exe \
|
ThirdParty/ffmpeg/Windows/ffprobe.exe \
|
||||||
ThirdParty/ffmpeg/Windows/postproc-55.dll \
|
ThirdParty/ffmpeg/Windows/postproc-55.dll \
|
||||||
ThirdParty/ffmpeg/Windows/swresample-3.dll \
|
ThirdParty/ffmpeg/Windows/swresample-3.dll \
|
||||||
ThirdParty/ffmpeg/Windows/swscale-5.dll
|
ThirdParty/ffmpeg/Windows/swscale-5.dll \
|
||||||
|
ThirdParty/OpenSSL/libeay32.dll \
|
||||||
|
ThirdParty/OpenSSL/ssleay32.dll \
|
||||||
|
|
||||||
|
|
||||||
installOut.files += steam_appid.txt \
|
installOut.files += steam_appid.txt \
|
||||||
@ -150,5 +146,5 @@ macx: {
|
|||||||
}
|
}
|
||||||
|
|
||||||
DISTFILES += \
|
DISTFILES += \
|
||||||
favicon.ico
|
favicon.ico \
|
||||||
|
|
||||||
|
3
ScreenPlay/ThirdParty/OpenSSL/libeay32.dll
vendored
Normal file
3
ScreenPlay/ThirdParty/OpenSSL/libeay32.dll
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b7b8544110ad44015fef87135a02edce8aa5084f6468532574a89556767490bb
|
||||||
|
size 2278400
|
3
ScreenPlay/ThirdParty/OpenSSL/ssleay32.dll
vendored
Normal file
3
ScreenPlay/ThirdParty/OpenSSL/ssleay32.dll
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9d1943ac0ec73f1bf954fcaa631ec322a23ab2af7e65af5c31bf90e45cae48a7
|
||||||
|
size 361984
|
Loading…
Reference in New Issue
Block a user