1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Add OpenSSL libs

Remove google analytics
This commit is contained in:
Elias 2018-12-04 19:21:10 +01:00
parent 05aa946280
commit 221de6561b
4 changed files with 13 additions and 12 deletions

View File

@ -4,9 +4,8 @@ SUBDIRS = \
ScreenPlaySDK/ScreenPlaySDK.pro \
ScreenPlaySysInfo/ScreenPlaySysInfo.pro \
ScreenPlayWindow/ScreenPlayWindow.pro \
ScreenPlay/ThirdParty/stomt-qt-sdk/sdk/stomt-qt-sdk.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
ScreenPlayWidget.depends = ScreenPlaySDK

View File

@ -1,7 +1,7 @@
TEMPLATE = app
QT += qml quick widgets quickcontrols2 core webengine
CONFIG += c++17
CONFIG += qtquickcompiler
#CONFIG += qtquickcompiler
#DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT
msvc: LIBS += -luser32
@ -56,16 +56,10 @@ INCLUDEPATH += \
$$PWD/ThirdParty/ \
$$PWD/src/
#include(ThirdParty/qt-google-analytics/qt-google-analytics.pri)
#LIBS += -lqt-google-analytics
CONFIG(debug, debug|release) {
install_it.path = $${OUT_PWD}/debug/
#QMAKE_LIBDIR += $$OUT_PWD/ThirdParty/qt-google-analytics/debug
} else {
} else {
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/postproc-55.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 \
@ -150,5 +146,5 @@ macx: {
}
DISTFILES += \
favicon.ico
favicon.ico \

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7b8544110ad44015fef87135a02edce8aa5084f6468532574a89556767490bb
size 2278400

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d1943ac0ec73f1bf954fcaa631ec322a23ab2af7e65af5c31bf90e45cae48a7
size 361984