mirror of
https://github.com/boostorg/build.git
synced 2026-02-18 01:52:17 +00:00
- correct registration of "qt4.moc.cpp" in line 86. - add <threading>multi to the usage-requierements because qt4 is _always_ and can only be built with multithreading enabled. http://doc.trolltech.com/4.1/qt4-network.html#comparison-with-qt-3 - changes the declaration order of the libraries and corrects the dependencies. - add support for the new QtSvg SVG-Rendering library (Qt 4.1) - fix -I vs. -D in moc rules. Patch from Juergen Hunold. [SVN r31673]
13 lines
147 B
Plaintext
13 lines
147 B
Plaintext
|
|
|
|
import cast ;
|
|
|
|
|
|
|
|
exe main : main.cpp
|
|
[ cast _ moccable-cpp : main.cpp ]
|
|
/qt4//QtGui ;
|
|
|
|
|
|
#cast _ moccable-cpp : main.cpp ;
|