1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-26 10:29:31 +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

@ -134,10 +134,11 @@ SOURCES += \
$$SRC/Storage/Tape/Formats/*.cpp \
$$SRC/Storage/Tape/Parsers/*.cpp \
\
main.cpp \
mainwindow.cpp \
scantargetwidget.cpp \
timer.cpp
main.cpp \
mainwindow.cpp \
scantargetwidget.cpp \
timer.cpp \
keyboard.cpp
HEADERS += \
$$SRC/Activity/*.hpp \
@ -275,12 +276,13 @@ HEADERS += \
$$SRC/Storage/Tape/Formats/*.hpp \
$$SRC/Storage/Tape/Parsers/*.hpp \
\
audiobuffer.h \
functionthread.h \
mainwindow.h \
scantargetwidget.h \
settings.h \
timer.h
audiobuffer.h \
functionthread.h \
mainwindow.h \
scantargetwidget.h \
settings.h \
keyboard.h \
timer.h
FORMS += \
mainwindow.ui