mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 03:32:32 +00:00
Add keyboard.cpp/h to the Qt project.
This commit is contained in:
parent
4858cfce6b
commit
22b29e77a7
@ -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 += \
|
||||
|
Loading…
Reference in New Issue
Block a user