Hello,
I am a new user. Would appreciate some help with setting up a qt project for an
existing codebase that uses a build script in essence. The build shell script
uses some environment variables to determine what to do and then invokes GNU
make with the appropriate settings. The custom build script is also used to run
a test suite that I would like to be able to debug.
I was able to import my files into the custom makefile project, but could not
find a way to:
1. Get a list of the environment variables (like the one that is visible on a
qt based project)
2. Be able to invoke my build script for: building full project, cleaning full
project, running test targets.
Additionally, I hacked my Makefile so it can be invoked directly by qt (without
the custom build script i.e.), but then compilation errors are not clickable
links in the "compile output" window.
Any help is appreciated.
Best,
P
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator