| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 4 | |
I am using sip (riverbankcomputing.co.uk) to wrap my C++ code in a python module, and the main entry point to build it is $ python configure.py $ make It builds a static library that is linked with my qmake C++ project, and will be pre-pended to a SUBDIR project to ensure that it is built before the app's main executable. I need to figure out a way to add that external dir/build process to the qmake project. any ideas? Maybe the configure line can be run from qmake, and the make line can just be part of the make subdir heirarchy? -P -- [ signature omitted ]