mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
* list all (non-zero) fields and metrics * filter list by field / metric name * select an operator per field (ignore, equals, contains, larger than, ...) * available in the context menus of activity- and calendar view
20 lines
427 B
Prolog
20 lines
427 B
Prolog
TEMPLATE = subdirs
|
|
|
|
exists(unittests.pri) {
|
|
include(unittests.pri)
|
|
}
|
|
|
|
equals(GC_UNITTESTS, active) {
|
|
SUBDIRS += Core/seasonOffset \
|
|
Core/season \
|
|
Core/seasonParser \
|
|
Core/units \
|
|
Core/utils \
|
|
Core/signalSafety \
|
|
Core/splineCrash \
|
|
Gui/calendarData
|
|
CONFIG += ordered
|
|
} else {
|
|
message("Unittests are disabled; to enable copy unittests/unittests.pri.in to unittests/unittests.pri")
|
|
}
|