mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
1. Better qmake compatibility by adding the necessary defines for each Qt library. E.g. qmake defines QT_CORE_LIB when generating makefiles for a project using QtCore, QT_GUI_LIB for QtGui and so on. 2. Added support for QtTestLib, the Qt Test Framework ( Qt 4.1) 3. Added support for QtAssistantClient, Qt Integrated Help System 4. Better readability by adding explicit comments (# usage-requirements) and having one line per setting). 5. Add support for "moc-and-include header" by 5a. duplication of the "moccable-cpp" hack for headers. 5b. copy&change of "moc-h-generator" to "moc-inc-generator" 5c. renaming of the "moc.cpp" action to "moc.inc" and rearringing documentation. Patch from Juergen Hunold. [SVN r32428]