Files
GoldenCheetah/unittests/unittests.pro
Joachim Kohlhammer a00e27638f Dialog to build filter queries for similar activities (#4805)
* 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
2026-01-17 14:36:34 -03:00

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")
}