Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
f686588b
Commit
f686588b
authored
Aug 14, 2020
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try build on windows without python support
parent
8dc13e59
Pipeline
#14929
canceled with stages
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
CI/ci-windows-config.bat
CI/ci-windows-config.bat
+7
-2
No files found.
CI/ci-windows-config.bat
View file @
f686588b
...
@@ -117,5 +117,10 @@ for /l %%x in (0, 1, 5) do (
...
@@ -117,5 +117,10 @@ for /l %%x in (0, 1, 5) do (
)
)
)
)
if
(
$PYTHON
=
"no"
)
{
set
CMAKE_CONFIGURATION
=
%QT_BASE_CONFIG%
-DQWT
6
_INCLUDE_DIR
=
%QWT6
_INCLUDE_DIR
%
-DQWT
6
_LIBRARY
=
%QWT6
_LIBRARY
%
-DQWT
6
_LIBRARY_DIR
=
%QWT6
_LIBRARY_DIR
%
-DCMAKE
_WINDOWS_LIBS_DIR
=
%CMAKE_WINDOWS_LIBS_DIR%
echo
"Building without python support"
set
CMAKE_CONFIGURATION
=
%QT_BASE_CONFIG%
-DDISABLE
_OPENFLIPPER_PYTHON_SYSTEM
=
TRUE
-DQWT
6
_INCLUDE_DIR
=
%QWT6
_INCLUDE_DIR
%
-DQWT
6
_LIBRARY
=
%QWT6
_LIBRARY
%
-DQWT
6
_LIBRARY_DIR
=
%QWT6
_LIBRARY_DIR
%
-DCMAKE
_WINDOWS_LIBS_DIR
=
%CMAKE_WINDOWS_LIBS_DIR%
}
else
{
echo
"Build with python support"
set
CMAKE_CONFIGURATION
=
%QT_BASE_CONFIG%
-DQWT
6
_INCLUDE_DIR
=
%QWT6
_INCLUDE_DIR
%
-DQWT
6
_LIBRARY
=
%QWT6
_LIBRARY
%
-DQWT
6
_LIBRARY_DIR
=
%QWT6
_LIBRARY_DIR
%
-DCMAKE
_WINDOWS_LIBS_DIR
=
%CMAKE_WINDOWS_LIBS_DIR%
}
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