https://bugs.kde.org/show_bug.cgi?id=495261
--- Comment #35 from Igor Kushnir <[email protected]> --- (In reply to Matthew Woehlke from comment #33) > Crud. I realize I don't actually know how to test changes. I am rebuilding > KDevelop itself, but it is picking up my packaged *plugins*. How do I point > my dev build at my dev plugins? (Something with QT_PLUGIN_PATH?) Set a CMake variable CMAKE_INSTALL_PREFIX to the path to an empty directory (can be under /home somewhere). Build KDevelop, then run `ninja install` or `make install`. Then run `source prefix.sh` from the KDevelop build directory. Then run e.g. `.bin/kdevelop -s test-session`. -- You are receiving this mail because: You are watching all bug changes.
