1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-29 00:29:34 +00:00

Add keyboard.cpp/h to the Qt project.

This commit is contained in:
Thomas Harte 2021-05-05 19:06:25 -04:00
parent 4858cfce6b
commit 22b29e77a7

View File

@ -137,7 +137,8 @@ SOURCES += \
main.cpp \
mainwindow.cpp \
scantargetwidget.cpp \
timer.cpp
timer.cpp \
keyboard.cpp
HEADERS += \
$$SRC/Activity/*.hpp \
@ -280,6 +281,7 @@ HEADERS += \
mainwindow.h \
scantargetwidget.h \
settings.h \
keyboard.h \
timer.h
FORMS += \