mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Cleanup pro to only copy windows file on windows...
This commit is contained in:
parent
82ede5bbbb
commit
d5f9c3750d
@ -62,28 +62,28 @@ CONFIG(debug, debug|release) {
|
||||
install_it.path = $${OUT_PWD}/release/
|
||||
}
|
||||
|
||||
|
||||
installOut.path = $${OUT_PWD}/
|
||||
installOut.files += steam_appid.txt \
|
||||
|
||||
install_it.files += assets/templates/config.json \
|
||||
assets/icons/favicon.ico \
|
||||
steam_appid.txt \
|
||||
ThirdParty/ffmpeg/Windows/avcodec-58.dll \
|
||||
ThirdParty/ffmpeg/Windows/avdevice-58.dll \
|
||||
ThirdParty/ffmpeg/Windows/avfilter-7.dll \
|
||||
ThirdParty/ffmpeg/Windows/avformat-58.dll \
|
||||
ThirdParty/ffmpeg/Windows/avutil-56.dll \
|
||||
ThirdParty/ffmpeg/Windows/ffmpeg.exe \
|
||||
ThirdParty/ffmpeg/Windows/ffplay.exe \
|
||||
ThirdParty/ffmpeg/Windows/ffprobe.exe \
|
||||
ThirdParty/ffmpeg/Windows/postproc-55.dll \
|
||||
ThirdParty/ffmpeg/Windows/swresample-3.dll \
|
||||
ThirdParty/ffmpeg/Windows/swscale-5.dll \
|
||||
ThirdParty/OpenSSL/libeay32.dll \
|
||||
ThirdParty/OpenSSL/ssleay32.dll \
|
||||
|
||||
|
||||
installOut.files += steam_appid.txt \
|
||||
win32 {
|
||||
install_it.files += ThirdParty/ffmpeg/Windows/avcodec-58.dll \
|
||||
ThirdParty/ffmpeg/Windows/avdevice-58.dll \
|
||||
ThirdParty/ffmpeg/Windows/avfilter-7.dll \
|
||||
ThirdParty/ffmpeg/Windows/avformat-58.dll \
|
||||
ThirdParty/ffmpeg/Windows/avutil-56.dll \
|
||||
ThirdParty/ffmpeg/Windows/ffmpeg.exe \
|
||||
ThirdParty/ffmpeg/Windows/ffplay.exe \
|
||||
ThirdParty/ffmpeg/Windows/ffprobe.exe \
|
||||
ThirdParty/ffmpeg/Windows/postproc-55.dll \
|
||||
ThirdParty/ffmpeg/Windows/swresample-3.dll \
|
||||
ThirdParty/ffmpeg/Windows/swscale-5.dll \
|
||||
ThirdParty/OpenSSL/libeay32.dll \
|
||||
ThirdParty/OpenSSL/ssleay32.dll \
|
||||
}
|
||||
|
||||
INSTALLS += install_it
|
||||
INSTALLS += installOut
|
||||
@ -101,13 +101,6 @@ QT_QUICK_CONTROLS_STYLE = "Material"
|
||||
# deprecated API in order to know how to port your code away from it.
|
||||
DEFINES += QT_DEPRECATED_WARNINGS
|
||||
|
||||
debug {
|
||||
DEFINES += SP_DEBUG
|
||||
}
|
||||
release {
|
||||
DEFINES += SP_RELEASE
|
||||
}
|
||||
|
||||
win32 {
|
||||
win32: LIBS += -L$$PWD/ThirdParty/Steam/redistributable_bin/win64/ -lsteam_api64
|
||||
DEPENDPATH += $$PWD/ThirdParty/Steam/redistributable_bin/win64
|
||||
|
Loading…
Reference in New Issue
Block a user