diff options
author | gregory guy <[email protected]> | 2018-09-28 13:21:36 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2018-09-28 13:21:36 +0200 |
commit | b7ae75d53ab260a281d6424d566738fc8a3715c5 (patch) | |
tree | cedb328cacb46031f84664993d8e60d732f9b1bc /src/numpadvbutton.cpp | |
parent | 3818195f21eb5b4882460d52501aff34dddabe93 (diff) | |
download | kvkbd-b7ae75d53ab260a281d6424d566738fc8a3715c5.tar.gz kvkbd-b7ae75d53ab260a281d6424d566738fc8a3715c5.zip |
convert to the cmake building system
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/numpadvbutton.cpp')
-rw-r--r-- | src/numpadvbutton.cpp | 2 |
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" |