1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-03 00:59:47 +02:00

Fix install dependencies

This commit is contained in:
Elias Steurer 2019-12-01 13:34:15 +01:00
parent a8aa4ed3c8
commit f0189643a4
4 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@ -73,3 +73,4 @@ Common/vcpkg/**
/build-*/**
*_qmlcache.qrc
*.DS_Store
/Common/vcpkg/

6
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "Common/qt-google-analytics"]
path = Common/qt-google-analytics
url = https://github.com/HSAnet/qt-google-analytics.git
[submodule "Common/stomt-qt-sdk"]
path = Common/stomt-qt-sdk
url = https://github.com/Aimber/stomt-qt-sdk.git
[submodule "Common/qt-google-analytics"]
path = Common/qt-google-analytics
url = https://github.com/HSAnet/qt-google-analytics.git

@ -0,0 +1 @@
Subproject commit c1eda35682b4b4c21a313eb8b4670527bf4a6f09

View File

@ -1,6 +1,7 @@
setlocal EnableExtensions
git submodule update --recursive
cd Common
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
git pull
git checkout origin/master