I'm trying to get the qTerminal .pro file working.
The latest error is:

qxtglobalshortcut_x11.o: undefined reference to symbol 'XStringToKeysym'
I see
Qt Code:
  1. #include <X11/Xlib.h>
To copy to clipboard, switch view to plain text mode 
in qxtglobalshortcut_x11.cpp

I tried
Qt Code:
  1. INCLUDEPATH += /usr/include/X11
To copy to clipboard, switch view to plain text mode 
but that didn't work.

Does this require using LIBS?

https://github.com/lxde/qterminal/issues/229