##// END OF EJS Templates
Partly reimplemented Graph event handling + bugfix...
Partly reimplemented Graph event handling + bugfix - Now pure UX scroll doesn't affect variable delta T - Now all events are captured by VisualizationGraphWidget(VGW) this avoid that QCP intercept them then FW them to VGW which interact back with QCP - Non transformation events a broken for now - Added keyboard navigation Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r620:3dbb981097b0
r1362:0033c08c242f Pybind11
Show More
cross_fedora_win64.txt
18 lines | 471 B | text/plain | TextLexer
/ build_cfg / windows / cross_fedora_win64.txt
Added Meson support....
r620 [binaries]
c = 'x86_64-w64-mingw32-gcc'
cpp = 'x86_64-w64-mingw32-g++'
ar = 'x86_64-w64-mingw32-ar'
strip = 'x86_64-w64-mingw32-strip'
qmake = 'mingw64-qmake-qt5'
qmake-qt5 = 'mingw64-qmake-qt5'
moc-qt5 = '/usr/x86_64-w64-mingw32/bin/qt5/moc'
windres = 'x86_64-w64-mingw32-windres'
pkgconfig = 'mingw64-pkg-config'
exe_wrapper = 'wine' # A command used to run generated executables.
[host_machine]
system = 'windows'
cpu_family = 'x86'
cpu = 'x86_64'
endian = 'little'