1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-02 04:55:56 +00:00

Correct Qt -> QT.

This commit is contained in:
Thomas Harte 2021-05-03 21:18:14 -04:00
parent 1465b0ee4d
commit 685140a4c2

View File

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