KHolidays Installation Instructions

Download

git clone git://anongit.kde.org/kholidays.git

Usage

CMake:

find_package(KF5Holidays)
target_link_libraries(yourapp KF5::Holidays)

QMake: 

QT += KHolidays 

Testing New Holiday Files

put the new file in place under holidays/plan2 edit the holidays/holidays.qrc file accordingly % cd <builddir> % make install && QT_LOGGING_RULES="*.debug=true" ./bin/testholidayregion >& foo.txt look for lines containing "syntax error" in foo.txt. fix any such syntax errors and then you can commit

Browse Source

KHolidays on cgit.kde.org