mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-06 10:38:16 +00:00
Add x11extras as per use of <QX11Info>.
This commit is contained in:
parent
c8ab18f2b6
commit
9c29655da2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user