##// END OF EJS Templates
Can hide all dock widgets and gave main tool bar a name...
Can hide all dock widgets and gave main tool bar a name Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r620:3dbb981097b0
r1499:1c0fd6e997a0
Show More
build.sh
8 lines | 143 B | application/x-sh | BashLexer
Added Meson support....
r620 #!/bin/bash
mkdir build
meson --prefix=/tmp/SciQLOP --cross-file build_cfg/windows/cross_fedora_win64.txt build
cd build
ninja
ninja install