aboutsummaryrefslogtreecommitdiffstats
path: root/Attic/mutex/qt_mutex/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-11-04 20:46:52 +0000
committerlloyd <[email protected]>2010-11-04 20:46:52 +0000
commite19a323006287c4dba58c6b530fbcafa47a8c8c5 (patch)
treec9da529f446e9a8b0119dfbb79dcd9787219deb4 /Attic/mutex/qt_mutex/info.txt
parent5c1ca36f06ba06e2ba2e22efd7742571c8a7dcd3 (diff)
parentedf4cd93eedf8e6972edaccaea4b7b7ab45faded (diff)
propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b96ef54629cbc7)
to branch 'net.randombit.botan.c++0x' (head d734eefabe4816be4dd3e3e6e7bb13b7ab5be148)
Diffstat (limited to 'Attic/mutex/qt_mutex/info.txt')
-rw-r--r--Attic/mutex/qt_mutex/info.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Attic/mutex/qt_mutex/info.txt b/Attic/mutex/qt_mutex/info.txt
new file mode 100644
index 000000000..7b014f886
--- /dev/null
+++ b/Attic/mutex/qt_mutex/info.txt
@@ -0,0 +1,17 @@
+define MUTEX_QT
+
+load_on request
+
+<source>
+mux_qt.cpp
+</source>
+
+<header:internal>
+mux_qt.h
+</header:internal>
+
+# I think we want to always use qt-mt, not qt -- not much point in supporting
+# mutexes in a single threaded application, after all.
+<libs>
+all -> qt-mt
+</libs>