diff options
author | lloyd <[email protected]> | 2006-09-03 08:16:52 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-09-03 08:16:52 +0000 |
commit | fc738b566c5cd4a44265e3094444b6f4234f0831 (patch) | |
tree | 7fd7f3883dc8d7a8a769023fc5be88c28d82b76c /modules/mux_qt | |
parent | a99a5c076695a51c0f2b25f787c8f54d2b897f2b (diff) |
Place the add_file/replace_file/ignore_file markers in the module info
files into blocks; makes a bit more sense, since there are potentially
many arguments to each, and the current system was making it difficult to
write a generic reader for the files.
Diffstat (limited to 'modules/mux_qt')
-rw-r--r-- | modules/mux_qt/modinfo.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/modules/mux_qt/modinfo.txt b/modules/mux_qt/modinfo.txt index 6a6f70e5b..77b3e8298 100644 --- a/modules/mux_qt/modinfo.txt +++ b/modules/mux_qt/modinfo.txt @@ -4,12 +4,16 @@ define MUTEX_QT note "You'll probably have to add -I/-L flags to the Makefile to find Qt" -replace_file types.h +<replace> +types.h +</replace> uses_external_libs -add_file mux_qt.cpp -add_file mux_qt.h +<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. |