Skip to content
Snippets Groups Projects
Commit 7a9b232a authored by Samuli Piippo's avatar Samuli Piippo
Browse files

update-qt5-modules: remove special handling for qtivi


QtIVI no longer has qface as a submodule.

Change-Id: I5ae91b411e11a704f84304166b3bf7f93f877224
Reviewed-by: default avatarMikko Gronoff <mikko.gronoff@qt.io>
Reviewed-by: default avatarKari Hormi <kari.hormi@qt.io>
parent 8c29f119
No related branches found
No related tags found
No related merge requests found
......@@ -55,12 +55,6 @@ for S in $SHA1S; do
elif [ "${PROJECT}" = "qtlocation/src/3rdparty/mapbox-gl-native" ]; then
RECIPE="qtlocation"
TAG="SRCREV_qtlocation-mapboxgl"
elif [ "${PROJECT}" = "qtivi" ]; then
RECIPE="qtivi"
TAG="SRCREV_qtivi"
elif [ "${PROJECT}" = "qtivi/src/3rdparty/qface" ]; then
RECIPE="qtivi"
TAG="SRCREV_qface"
else
RECIPE="${PROJECT}"
TAG="SRCREV"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment