
On Linux, the resulting shared library would have been called `liblib`, which is just dumb.
14 lines
295 B
Prolog
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
|