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
9c65c2e7
Commit
9c65c2e7
authored
Jun 21, 2017
by
Martin Schultz
Browse files
added more paths for qwt since the naming is inconsostent
parent
c5494a6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
CI/ci-windows.bat
View file @
9c65c2e7
...
...
@@ -115,6 +115,12 @@ for /l %%x in (0, 1, 3) do (
set
QWT6_LIBRARY
=
%LIBPATH_BASE%
\
%ARCHITECTURE%
\qwt
-
6
.1.
%%x
-qt
%QT_REV_LONG%
\lib\qwt.lib
set
QWT6_LIBRARY_DIR
=
%LIBPATH_BASE%
\
%ARCHITECTURE%
\qwt
-
6
.1.
%%x
-qt
%QT_REV_LONG%
\lib
)
:: unfortunately qwt is not named consistently in our repos so we also have to check for a different folder named
if
exist
%LIBPATH_BASE%
\
%ARCHITECTURE%
\qwt
-
6
.1.
%%x
-qt
-
%QT_REV_LONG%
\include
(
set
QWT6_INCLUDE_DIR
=
%LIBPATH_BASE%
\
%ARCHITECTURE%
\qwt
-
6
.1.
%%x
-qt
-
%QT_REV_LONG%
\include
set
QWT6_LIBRARY
=
%LIBPATH_BASE%
\
%ARCHITECTURE%
\qwt
-
6
.1.
%%x
-qt
-
%QT_REV_LONG%
\lib\qwt.lib
set
QWT6_LIBRARY_DIR
=
%LIBPATH_BASE%
\
%ARCHITECTURE%
\qwt
-
6
.1.
%%x
-qt
-
%QT_REV_LONG%
\lib
)
)
...
...
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