Boost logo

Boost-Commit :

From: juergen.hunold_at_[hidden]
Date: 2008-07-06 15:14:43


Author: jhunold
Date: 2008-07-06 15:14:42 EDT (Sun, 06 Jul 2008)
New Revision: 47140
URL: http://svn.boost.org/trac/boost/changeset/47140

Log:
Fix: adjust to r40898: Fix: remove <user-interface>gui from usage-requirements of QtGui.

Text files modified:
   trunk/tools/build/v2/test/example_qt4.py | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/tools/build/v2/test/example_qt4.py
==============================================================================
--- trunk/tools/build/v2/test/example_qt4.py (original)
+++ trunk/tools/build/v2/test/example_qt4.py 2008-07-06 15:14:42 EDT (Sun, 06 Jul 2008)
@@ -13,14 +13,14 @@
 
 t.set_tree("../example/qt/qt4/hello")
 t.run_build_system()
-t.expect_addition(["bin/$toolset/debug/threading-multi/user-interface-gui/arrow"])
+t.expect_addition(["bin/$toolset/debug/threading-multi/arrow"])
 
 t.set_tree("../example/qt/qt4/moccable-cpp")
 t.run_build_system()
-t.expect_addition(["bin/$toolset/debug/threading-multi/user-interface-gui/main"])
+t.expect_addition(["bin/$toolset/debug/threading-multi/main"])
 
 t.set_tree("../example/qt/qt4/uic")
 t.run_build_system()
-t.expect_addition(["bin/$toolset/debug/threading-multi/user-interface-gui/hello"])
+t.expect_addition(["bin/$toolset/debug/threading-multi/hello"])
 
 t.cleanup()


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk