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