Revision 691596
Go back to digest for 29th July 2007Features in Development Tools
Andreas Pakulat committed changes in /trunk/KDE/kdevelop/buildtools/builders/qmakebuilder:
Allow to easily retrieve the exact binary used in a project. This will be used by the QMake Manager.
CC'ing kdevelop-devel to get some input on a question wrt. to this change: Would it be better to offer something like QString queryQMake(const QString& var, KDevelop::IProject*) which would basically run qmake -query var and return the result?
I need a way in the qmake manager to run qmake -query var but am not 100% sure which of the two API's is "better" and I'd like to not hardcode the qmake group config-key in two places...
File Changes
Modified 3 files
- /trunk/KDE/kdevelop/buildtools/builders/qmakebuilder
- /iqmakebuilder.h
- /qmakebuilder.cpp
- /qmakebuilder.h
3 files changed in total