aboutsummaryrefslogtreecommitdiffstats
path: root/src/mutex/qt_mutex/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/mutex/qt_mutex/info.txt')
-rw-r--r--src/mutex/qt_mutex/info.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/mutex/qt_mutex/info.txt b/src/mutex/qt_mutex/info.txt
deleted file mode 100644
index 7b014f886..000000000
--- a/src/mutex/qt_mutex/info.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-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>