Re: QML Calendar components for Akonadi in scratch repo

2013-07-11 Thread Mark
On Sat, Jul 6, 2013 at 11:19 PM, Mark wrote: > Hi, > > Earlier this week I've got the request to make my calendar components > available that where made earlier this year in the KDE pim sprint. > > It is in a scratch repository right now [1] but i have to warn you. > There are quite a couple of th

Re: linking to kde4support (Re: KF5 Update Meeting Minutes 2013-w27)

2013-07-11 Thread Alexander Neundorf
Hi, if you update plasma-frameworks, make sure you also update kdelibs. To use the kde4support library now, do find_package(KDE4Support NO_MODULE) # if outside kdelibs ... target_link_libraries(hello ${KDE4Support_LIBRARIES} ) as for any other package. One thing: befor find_package(KDE4Suppo