doing this gets it compiling ... not sure if its The Right Thing
kcoreaddons_desktop_to_json(KReport items/check/check.desktop)
kcoreaddons_desktop_to_json(KReport items/field/field.desktop)
kcoreaddons_desktop_to_json(KReport items/image/image.desktop)
kcoreaddons_desktop_to_json(KReport items/la
CMake is failing for me in src/CMakeLists.txt lines 203-207 with
CMake Error at /usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsMacros.cmake:53
(set_property):
set_property could not find TARGET check. Perhaps it has not yet been
created.
Call Stack (most recent call first):
src/CMakeLists.txt:203
Check console output at
https://build.kde.org/job/calligra%20frameworks%20kf5-qt5/PLATFORM=OSX,Variation=All,compiler=clang/41/
to view the results.___
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-dev
Check console output at
https://build.kde.org/job/calligra%20frameworks%20kf5-qt5/PLATFORM=OSX,Variation=NoOpenGL,compiler=clang/41/
to view the results.___
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligr
On 11 May 2015 at 13:05, Adam Pigg wrote:
> Wasn't I writing an example app?
>
> Am able to start it tonight.
Sweet, how about a relay race?
I'll commit simple rendering code in 20 minutes to examples/ (please
work in the branch or better create your own).
Random ideas about the app:
- The goal:
Wasn't I writing an example app?
Am able to start it tonight.
Sent from my BlackBerry 10 smartphone.
Original Message
From: Jaroslaw Staniek
Sent: Monday, 11 May 2015 11:58 AM
To: Calligra Suite developers and users mailing list
Reply To: Calligra Suite developers and users mailing list
Cc: k
Hi,
Update for KReport:
Both static (compiled in) and normal plugins load. We use the new
KPluginMetaData stuff.
I am working on example app that uses all this to show report preview,
then the report designer.
See the plugins-staniek branch of
ssh://g...@git.kde.org/clones/kreport/staniek/work
c