mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-10 22:37:30 +00:00
Correct Qt -> QT.
This commit is contained in:
parent
1465b0ee4d
commit
685140a4c2
@ -3,7 +3,8 @@ 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
|
||||
QT += x11extras
|
||||
LIBS += -lx11
|
||||
|
||||
# Be specific about C++17 but also try the vaguer C++1z for older
|
||||
# versions of Qt.
|
||||
|
Loading…
x
Reference in New Issue
Block a user