akashi-esquizolandia/akashi.pro
Cerapter f5cc137b40 Rename lib to core.
On Linux, the resulting shared library would have been called `liblib`, which is just dumb.
2021-04-26 21:14:25 +02:00

14 lines
295 B
Prolog

TEMPLATE = subdirs
SUBDIRS += \
core \
akashi \
tests
# Just like how "CONFIG += ordered" is considered harmful a practice for handling
# internal dependecies, so is qmake considered harmful a tool for handling projects
# as Qt expects you to handle them.
#
# Too bad.
CONFIG += ordered