blob: 6a6f70e5b50099771d4604b131952a0ddeddc447 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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_file types.h
uses_external_libs
add_file mux_qt.cpp
add_file mux_qt.h
# 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>
|