On 24 May 2011 04:26, Daren Beattie <[email protected]> wrote: > KDevelop and Qt Creator both claim to have the Qt and STL support I'm > looking for, but I haven't figured out how to get them to import the > Rosegarden codebase as a project
For Qt Creator (v2.1.0): * Check out the Rosegarden tree from Subversion and run bootstrap.sh and ./configure --enable-debug from the command line (to generate the Makefile so Qt Creator can see it) * Open Qt Creator, use File -> New File or Project... -> Other Project -> Import Existing Project * Navigate to your Rosegarden tree root and enter Rosegarden as the project name, click Next * Select "None" in the "Add to Version Control" menu, click Finish * Build -> Build All (ignore the scary-looking "No relevant classes found" warnings from moc) and wait for build * Debug -> Start Debugging -> Start Debugging * Browse to "rosegarden" executable in build tree root directory and click OK Qt Creator does indeed give better support for things like Qt classes than you'll get from gdb at the command line. Chris ------------------------------------------------------------------------------ vRanger cuts backup time in half-while increasing security. With the market-leading solution for virtual backup and recovery, you get blazing-fast, flexible, and affordable data protection. Download your free trial now. http://p.sf.net/sfu/quest-d2dcopy1 _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
