1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-29 16:55:59 +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;
# 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.