aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mux_qt/modinfo.txt
blob: 77b3e82984133563037d5a767db8d1f10ebb121b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
realname "Support for Qt/QCA"

define MUTEX_QT

note "You'll probably have to add -I/-L flags to the Makefile to find Qt"

<replace>
types.h
</replace>

uses_external_libs

<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>