Skip to content

Remove Qt dependence from the core part and the Python library (pynsx)

Ammar Nejati requested to merge rmQtDependence_PyNSX into develop

The remnants of Qt dependence in the core part (libnsxcore) had led to an indirect dependence of the Python library, pynsx, on Qt libraries.

This redundant dependence — which would hinder distributing a self-contained Python package — is eliminated.

Edited by Ammar Nejati

Merge request reports