summaryrefslogtreecommitdiffstats
path: root/botan/src/mutex/qt_mutex/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'botan/src/mutex/qt_mutex/info.txt')
-rw-r--r--botan/src/mutex/qt_mutex/info.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/botan/src/mutex/qt_mutex/info.txt b/botan/src/mutex/qt_mutex/info.txt
new file mode 100644
index 0000000..a21108c
--- /dev/null
+++ b/botan/src/mutex/qt_mutex/info.txt
@@ -0,0 +1,18 @@
+realname "Qt Mutex"
+
+define MUTEX_QT
+
+note "You'll probably have to add -I/-L flags to the Makefile to find Qt"
+
+load_on request
+
+<add>
+mux_qt.cpp
+mux_qt.h
+</add>
+
+# 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>