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

Add steam_appid to copy into working dir. This is needed for starting the app without steam

This commit is contained in:
kelteseth 2018-08-18 18:08:34 +02:00
parent 4f66b718f2
commit e266e25652

View File

@ -60,14 +60,17 @@ CONFIG(debug, debug|release) {
} else {
install_it.path = $${OUT_PWD}/release/
}
installOut.path = $${OUT_PWD}/
install_it.files += assets/templates/config.json \
assets/icons/favicon.ico \
steam_appid.txt \
settings.json \
steam_appid.txt \
installOut.files += steam_appid.txt \
INSTALLS += install_it
INSTALLS += installOut
# Additional import path used to resolve QML modules in Qt Creator's code model