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
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