https://bugs.kde.org/show_bug.cgi?id=462611
--- Comment #5 from Andrius Štikonas <andr...@stikonas.eu> --- (In reply to Ross Boylan from comment #3) > Thanks for the pointer. That was the last bit I needed, and I can now > compile and run. Qt structures are impenetrable in the debugger, but that's > a separate issue. I'm installing kdevelop and qtcreator now; I think both > have helpers for debugging. > > So my final tips to get running were > 1. Use CoreBackendManager::self()->backend() to get the backend. > 2. The app requires the Qt event loop, which can be started with > QCoreApplication app(argc, argv); > 3. Those require including <backend/corebackend.h> and <QCoreApplication> Maybe I can convince you to update README with the things you discovered? (Or at least mention this useful example in tests directory). -- You are receiving this mail because: You are watching all bug changes.