Skip to content
Snippets Groups Projects
Commit 9de99b2e authored by akiraohgaki's avatar akiraohgaki Committed by GitHub
Browse files

Merge pull request #53 from ocs-url/develop

Clone qtlib with tag specific
parents a5702563 45e13334
No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,5 @@
PROJDIR="$(cd "$(dirname "${0}")/../" && pwd)"
if [ ! -d "${PROJDIR}/lib/qtlib" ]; then
git clone https://github.com/akiraohgaki/qtlib.git -b master --single-branch --depth=1 "${PROJDIR}/lib/qtlib"
git clone https://github.com/akiraohgaki/qtlib.git -b release-0.1.0 --single-branch --depth=1 "${PROJDIR}/lib/qtlib"
fi
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