1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-30 22:29:56 +00:00

Add x11extras as per use of <QX11Info>.

This commit is contained in:
Thomas Harte 2021-05-03 20:43:22 -04:00
parent c8ab18f2b6
commit 9c29655da2

View File

@ -1,5 +1,10 @@
QT += core gui multimedia widgets
# Add x11extras if on an appropriate platform;
# this is used in X11 to workaround Qt's terrible
# keyboard obstructionism.
Qt += x11extras
# Be specific about C++17 but also try the vaguer C++1z for older
# versions of Qt.
CONFIG += c++17