https://bugs.kde.org/show_bug.cgi?id=462611
--- Comment #3 from Ross Boylan <ross.boy...@ucsf.edu> --- 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> -- You are receiving this mail because: You are watching all bug changes.