mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-05 08:26:28 +00:00
Add x11extras as per use of <QX11Info>.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user