summaryrefslogtreecommitdiff
path: root/tools/build/v2/example/qt/qt3/uic/jamroot.jam
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/v2/example/qt/qt3/uic/jamroot.jam')
-rw-r--r--tools/build/v2/example/qt/qt3/uic/jamroot.jam15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/build/v2/example/qt/qt3/uic/jamroot.jam b/tools/build/v2/example/qt/qt3/uic/jamroot.jam
new file mode 100644
index 0000000000..d0b8062940
--- /dev/null
+++ b/tools/build/v2/example/qt/qt3/uic/jamroot.jam
@@ -0,0 +1,15 @@
+# Copyright Felix E. Klee, 2003
+# Distributed under the Boost Software License, Version 1.0.
+# (See accompanying file LICENSE_1_0.txt
+# or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+# Tell that QT should be used. QTDIR will give installation
+# prefix.
+using qt ;
+
+project
+ : default-build <threading>multi
+ ;
+
+exe hello : main.cpp hello_world_widget.ui : <library>/qt//qt ;
+