Files
GoldenCheetah/unittests/unittests.pro
Joachim Kohlhammer f84f9a410e Added a day view to PlanningCalendarWindow (#4704)
* Reusing the existing configuration
* Linked from days in month view to the more detailed view
* Fixed color setting after construction
2025-09-15 22:08:35 -03:00

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