Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
eae6facb
Commit
eae6facb
authored
Jul 21, 2017
by
Martin Schultz
Browse files
added export statement for LD_LIBRARY_PATH
parent
73ea5d75
Changes
1
Hide whitespace changes
Inline
Side-by-side
CI/ci-linux.sh
View file @
eae6facb
...
...
@@ -53,7 +53,7 @@ elif [ "$QTVERSION" == "QT5" ]; then
echo
"Building with QT5"
;
BUILDPATH
=
"
$BUILDPATH
-qt5"
OPTIONS
=
"
$OPTIONS
-DFORCE_QT4=FALSE -DQWT6_INCLUDE_DIR=~/sw/qwt-6.1.2-qt5/include -DQWT6_LIBRARY_DIR=~/sw/qwt-6.1.2-qt5/lib -DQWT6_LIBRARY=~/sw/qwt-6.1.2-qt5/lib/libqwt-qt5.so -DQT5_INSTALL_PATH=~/sw/qt-5.5.1/5.5/gcc_64"
LD_LIBRARY_PATH
=
~/sw/qt-5.5.1/5.5/gcc_64/lib
export
LD_LIBRARY_PATH
=
~/sw/qt-5.5.1/5.5/gcc_64/lib
elif
[
"
$QTVERSION
"
==
"QT5.9.0"
]
;
then
echo
"Building with QT5.9.0"
;
BUILDPATH
=
"
$BUILDPATH
-qt5.9.0"
...
...
Write
Preview
Supports
Markdown
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