Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenFlipper-Free
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
9c65c2e7
Commit
9c65c2e7
authored
Jun 21, 2017
by
Martin Schultz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added more paths for qwt since the naming is inconsostent
parent
c5494a6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
CI/ci-windows.bat
CI/ci-windows.bat
+6
-0
No files found.
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
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