mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
* Reusing the existing configuration * Linked from days in month view to the more detailed view * Fixed color setting after construction
17 lines
357 B
Prolog
17 lines
357 B
Prolog
TEMPLATE = subdirs
|
|
|
|
exists(unittests.pri) {
|
|
include(unittests.pri)
|
|
}
|
|
|
|
equals(GC_UNITTESTS, active) {
|
|
SUBDIRS += Core/seasonOffset \
|
|
Core/season \
|
|
Core/seasonParser \
|
|
Core/units \
|
|
Gui/calendarData
|
|
CONFIG += ordered
|
|
} else {
|
|
message("Unittests are disabled; to enable copy unittests/unittests.pri.in to unittests/unittests.pri")
|
|
}
|