
This is so that tests can use the logic without having to call in main as well. Furthermore, this way, Qt actually recognises it as a library, and makes it easier to import to tests.
8 lines
72 B
Prolog
8 lines
72 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += \
|
|
akashi \
|
|
lib
|
|
|
|
akashi.depends = lib
|