Changes

Summary

  1. Python: deleted `src/plugins/thirdParty/Python/cmake/FindSQLite3.cmake`. (details)
  2. Python: we don't need QtQuickWidgets. (details)
  3. Python: renamed `Python Qt` to `PythonQt`. (details)
  4. Python: some minor cleaning up with the use of our Python interface (details)
  5. Python: replaced our CMake `EXCLUDE_PYTHON` definition with (details)
Commit 9c8f2c25a6f300313a0735e89573c6611c55724d by Alan Garny
Python: deleted `src/plugins/thirdParty/Python/cmake/FindSQLite3.cmake`.
Indeed, a similar file is now part of CMake (as of version 3.14, which
is the minimum version of CMake that we need to build OpenCOR).
The file was removedsrc/plugins/thirdParty/Python/cmake/FindSQLite3.cmake
Commit 20fa0e808e7e310b896575427583076fe23bbb1d by Alan Garny
Python: we don't need QtQuickWidgets.
The file was modified CMakeLists.txt (diff)
Commit 63348d94bcdc27e2c2dccfe5eeb86161996b07d5 by Alan Garny
Python: renamed `Python Qt` to `PythonQt`.
This is how it is called...!
The file was modified src/plugins/thirdParty/PythonQtAPI/src/pythonqtapiplugin.cpp (diff)
The file was modified src/plugins/support/PythonQtSupport/src/pythonqtsupportplugin.cpp (diff)
The file was modified src/plugins/miscellaneous/PythonQtConsoleWindow/src/pythonqtconsolewindowplugin.cpp (diff)
The file was modified src/plugins/support/PythonQtSupport/src/pythonqtsupportplugin.h (diff)
The file was modified CMakeLists.txt (diff)
The file was modified src/plugins/support/PythonQtSupport/src/pythonqtsupport.h (diff)
The file was modified src/plugins/support/PythonQtSupport/src/pythonqtsupport.cpp (diff)
The file was modified src/plugins/thirdParty/PythonQtAPI/src/pythonqtapiplugin.h (diff)
The file was modified src/plugins/support/PythonQtSupport/src/pythonqtsupportglobal.h (diff)
Commit 79f3f2f1147c2158819ab3905d1557169e8ae793 by Alan Garny
Python: some minor cleaning up with the use of our Python interface
file.
The file was modified CMakeLists.txt (diff)
Commit 17ae87bffe0d769b71c098a466664eb2c3e77d77 by Alan Garny
Python: replaced our CMake `EXCLUDE_PYTHON` definition with
`PYTHON_VERSION`.
To be consistent with our use of `CLI_VERSION`, which we have incidently
renamed to `GUI_VERSION`.
The file was modified src/plugins/plugin.cpp (diff)
The file was modified CMakeLists.txt (diff)