Thursday, May 19, 2011

creating firebird/flamerobin incomplete project for qtcreator

One way is to generate using the script from haiku create_project_files.pl

This simple script traverses the firebird/flamerobin sources and creates (incomplete) *.pro files in order to make the project sources available within the qt-creator IDE. Additionally, it will add those files to svn:ignore of their parent directory

run it in the firebird/flamerobin source directory
cd firebird_trunk
or
cd flamerobin

perl ../create_project_files.pl .

it will create haiku.pro , name can be changed later
qtcreator haiku.pro
and you can write c++ code with a cool ide with very good svn integration

For flameobin i have added the wx include files so the wx headers can be parsed by the ide

INCLUDEPATH += /usr/lib/wx/include/gtk2-unicode-release-2.8
INCLUDEPATH += /usr/include/wx-2.8

It would be nice to have a bakefile2qmake
or at least an Makefile importer in qtcreator
then if debugging will work from within the ide i will call it complete c++ ide for firebird, flamerobin :)

No comments: