summaryrefslogtreecommitdiffstats
path: root/src/numpadvbutton.cpp
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2018-09-28 13:21:36 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-09-28 15:04:32 +0200
commit62a9253d76bf85295582b0c5dad6c0952f749fed (patch)
tree06e07df838c478eb86feb0bb6d4a530d21ab9930 /src/numpadvbutton.cpp
parent2e83bc7c6bcfb092e4b4c53318fd726d82725c02 (diff)
downloadkvkbd-62a9253d76bf85295582b0c5dad6c0952f749fed.tar.gz
kvkbd-62a9253d76bf85295582b0c5dad6c0952f749fed.zip
convert to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit b7ae75d53ab260a281d6424d566738fc8a3715c5)
Diffstat (limited to 'src/numpadvbutton.cpp')
-rw-r--r--src/numpadvbutton.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/numpadvbutton.cpp b/src/numpadvbutton.cpp
index 772efcb..3e64fb0 100644
--- a/src/numpadvbutton.cpp
+++ b/src/numpadvbutton.cpp
@@ -48,3 +48,5 @@ void NumpadVButton::setKeyCode(unsigned int numpad_keycode, unsigned int cursor_
numlock_code = numpad_keycode;
VButton::setKeyCode(cursor_code);
}
+
+#include "numpadvbutton.moc"