Can’t remove QT dependency
Closed this issue · 1 comments
chrischen commented
When running (on a server without a monitor) it throws this error:
QXcbConnection: Could not connect to display
Aborted (core dumped)
Setting WITH_QT to off in in CMakeLists.txt throws compilation errors due to linking to QT.
How van I disable QT support?
chrischen commented
Fixed by deleting the QApplication related code.