Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
35f4bc0c
Commit
35f4bc0c
authored
Sep 11, 2013
by
Roland Levillain
Browse files
build-aux/build_unit_test.sh: Properly handle QT_LIBS.
parent
748696af
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
35f4bc0c
2013-09-11 Roland Levillain <roland@lrde.epita.fr>
* build-aux/build_unit_test.sh: Properly handle QT_LIBS.
2013-09-09 Roland Levillain <roland@lrde.epita.fr>
Olena: Remove Milena's build dir from the file inclusion path.
...
...
build-aux/build_unit_test.sh
View file @
35f4bc0c
#! /bin/sh
# Copyright (C) 2009, 2010 EPITA Research and Development Laboratory
# Copyright (C) 2009, 2010
, 2013
EPITA Research and Development Laboratory
# (LRDE)
#
# This file is part of Olena.
...
...
@@ -120,6 +120,14 @@ EOF
done
echo
"
$cppflags
\$
{AM_CPPFLAGS}"
>>
"
$output
"
echo
"
$ldflags
\$
{AM_LDFLAGS}"
>>
"
$output
"
# Local hack: Handle the special case of Qt, which defines
# QT_LIBS, to be use for with ${NAME}_LDADD variables.
for
i
in
$IFDEF
;
do
if
test
"x
$i
"
=
xQT
;
then
echo
"
${
NAME
}
_LDADD=
\$
{QT_LIBS}
\$
{LDADD}"
>>
"
$output
"
fi
done
fi
done
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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