File tree 5 files changed +10
-9
lines changed
5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
@ echo off
2
2
rem This file is generated from build.pbat, all edits will be lost
3
- set PATH = C:\Program Files\CMake\bin;%LOCALAPPDATA% \Programs\Python\Python311;%LOCALAPPDATA% \Programs\Python\Python311\Scripts;C:\Python311;C:\Python311\Scripts;C:\Program Files\Meson;C:\mingw1120_64\bin;C:\Qt\6.7.3\mingw1120_64\bin;C:\Qwt-6.3.0-dev\lib;%PATH%
3
+ set PATH = C:\Program Files\CMake\bin;%LOCALAPPDATA% \Programs\Python\Python311;%LOCALAPPDATA% \Programs\Python\Python311\Scripts;C:\Python311;C:\Python311\Scripts;C:\mingw1310_64\bin;C:\Qt\6.8.1\mingw_64\bin;C:\Qwt-6.3.0-Qt-6.8.1\lib;%PATH%
4
+ where ninja > NUL 2 >& 1 || pip install ninja
4
5
set BUILD_TYPE = Release
5
6
if /I " %1 " == " debug" set BUILD_TYPE = Debug
6
7
echo BUILD_TYPE %BUILD_TYPE%
7
8
pushd %~dp0
8
9
if not exist " %BUILD_TYPE% " mkdir " %BUILD_TYPE% "
9
10
pushd %BUILD_TYPE%
10
- cmake -G Ninja -D CMAKE_BUILD_TYPE=%BUILD_TYPE% -D CMAKE_PREFIX_PATH=C:/Qwt-6.3.0-dev ..
11
+ cmake -G Ninja -D CMAKE_BUILD_TYPE=%BUILD_TYPE% -D CMAKE_PREFIX_PATH=C:/Qwt-6.3.0-Qt-6.8.1 ..
11
12
cmake --build .
12
13
popd
13
14
popd
Original file line number Diff line number Diff line change 1
1
def main
2
2
include(env)
3
+ install(ninja)
3
4
set BUILD_TYPE=Release
4
5
if /I "%1"=="debug" set BUILD_TYPE=Debug
5
6
echo BUILD_TYPE %BUILD_TYPE%
6
7
pushd_cd()
7
8
mkdir(%BUILD_TYPE%)
8
9
pushd %BUILD_TYPE%
9
- cmake -G Ninja -D CMAKE_BUILD_TYPE=%BUILD_TYPE% -D CMAKE_PREFIX_PATH=C:/Qwt-6.3.0-dev ..
10
+ cmake -G Ninja -D CMAKE_BUILD_TYPE=%BUILD_TYPE% -D CMAKE_PREFIX_PATH=C:/Qwt-6.3.0-Qt-6.8.1 ..
10
11
cmake --build .
11
12
popd
12
13
popd
Original file line number Diff line number Diff line change 1
1
@ echo off
2
2
rem This file is generated from env.pbat, all edits will be lost
3
- set PATH = C:\Program Files\CMake\bin;%LOCALAPPDATA% \Programs\Python\Python311;%LOCALAPPDATA% \Programs\Python\Python311\Scripts;C:\Python311;C:\Python311\Scripts;C:\Program Files\Meson;C:\mingw1120_64\ bin;C:\Qt\6.7.3\mingw1120_64 \bin;C:\Qwt-6.3.0-dev \lib;%PATH%
3
+ set PATH = C:\Program Files\CMake\bin;%LOCALAPPDATA% \Programs\Python\Python311;%LOCALAPPDATA% \Programs\Python\Python311\Scripts;C:\Python311;C:\Python311\Scripts;C:\mingw1310_64\ bin;C:\Qt\6.8.1\mingw_64 \bin;C:\Qwt-6.3.0-Qt-6.8.1 \lib;%PATH%
Original file line number Diff line number Diff line change 1
1
use(cmake)
2
2
use(python, 3.11)
3
- use(ninja)
4
- add_path(C:\mingw1120_64\bin)
5
- add_path(C:\Qt\6.7.3\mingw1120_64\bin)
6
- add_path(C:\Qwt-6.3.0-dev\lib)
3
+ add_path(C:\mingw1310_64\bin)
4
+ add_path(C:\Qt\6.8.1\mingw_64\bin)
5
+ add_path(C:\Qwt-6.3.0-Qt-6.8.1\lib)
Original file line number Diff line number Diff line change 1
1
#define VERSION "0.0.1"
2
- #define GIT_COMMIT_HASH "2adf72d06cad702941370593b24699be49c37324 "
2
+ #define GIT_COMMIT_HASH "34a0054127533d96211ab3b74ef2e73a07b0008c "
You can’t perform that action at this time.
0 commit comments