mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18: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
7 lines
98 B
Prolog
7 lines
98 B
Prolog
QT += testlib core widgets
|
|
|
|
SOURCES = testUtils.cpp
|
|
GC_OBJS = Utils
|
|
|
|
include(../../unittests.pri)
|