Files
GoldenCheetah/unittests/Gui/calendarData/calendarData.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

7 lines
104 B
Prolog

QT += testlib core
SOURCES = testCalendarData.cpp
GC_OBJS = CalendarData
include(../../unittests.pri)