summaryrefslogtreecommitdiffstats
path: root/botan/src/mutex/qt_mutex/info.txt
blob: a21108c798aabb8d96662c2f3bda0c40e450ea42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>