Closed Thra11 closed 7 years ago
Note that to actually break the dependency on QtWidgets, DOtherSide also requires a small modification (DOtherSide PR).
@White-Oak Was it just the DOtherSide changes blocking this, or did you have other concerns that need addressing?
@Thra11 can you update the dotherside submodule?
QtQuick requires a QGuiApplication. QApplication derives from QGuiApplication, so it can do the job, but it creates an unnecessary dependency on QtWidgets, which is undesirable for a QtQuick-only application.