YuvalNirkin/face_swap

Can’t remove QT dependency

Closed this issue · 1 comments

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?

Fixed by deleting the QApplication related code.