Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linphone-desktop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
linphone-desktop
Commits
325d64f0
Commit
325d64f0
authored
Mar 15, 2018
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(tools): improve build_static_qt, add a note to export Qt5_DIR and PATH
parent
a65c3d3e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
build_static_qt
tools/build_static_qt
+5
-0
No files found.
tools/build_static_qt
View file @
325d64f0
...
...
@@ -10,6 +10,7 @@ QT_VERSION='5.10'
# ==============================================================================
RED
=
'\e[1;31m'
BLUE
=
'\e[1;34m'
NC
=
'\e[0m'
SCRIPT_DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
...
...
@@ -71,3 +72,7 @@ if [[ $? != 0 ]] ; then
fi
make
-r
-j5
printf
"
${
NC
}
Please export configuration variables like this:
${
NC
}
\n
"
printf
"
${
BLUE
}
export PATH=
\"
/opt/qt
${
QT_VERSION
}
/bin/:
\$
PATH
\"
${
NC
}
\n
"
printf
"
${
BLUE
}
export Qt5_DIR=
\"
/opt/qt
${
QT_VERSION
}
/lib/cmake/
\"
${
NC
}
\n
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment