
* Added command extension system Resolve #10 * Added akashi definitions * Updated headers to comply to the standard * Added full definition to argument * Clang-format pass * Missing header for GCC * Missing header for GCC * Move method implementation to source file
7 lines
92 B
Prolog
7 lines
92 B
Prolog
QT -= gui
|
|
|
|
include(../tests_common.pri)
|
|
|
|
SOURCES += \
|
|
tst_unittest_command_extension.cpp
|