
* Replace packet handler with templates * Move all packet functions into classes * Liberal use of Q_UNSUED * Add correct argument count to packets * Fix windows build issues * Partially implement argument type validation * Where applicable. * Checking if we can convert from a string to a string would be useless * Fix unit tests for AOPacket Co-authored-by: scatterflower <marisa@scatterflower.online> Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
12 lines
250 B
Prolog
12 lines
250 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += \
|
|
unittest_area \
|
|
unittest_music_manager \
|
|
unittest_acl_roles_handler \
|
|
unittest_command_extension \
|
|
unittest_config_manager \
|
|
unittest_crypto \
|
|
unittest_aopacket \
|
|
unittest_akashi_utils
|