Fix inadvertent tq changes.

(cherry picked from commit 482480ca3d)
v3.5.13-sru
Darrell Anderson 12 years ago committed by Slávek Banko
parent 504f75b811
commit 8710466ca4

@ -72,8 +72,8 @@ EXCLUDE = ../../kexidb/parser/sqlparser.h \
../../kexidb/parser/sqlparser.cpp \
../../kexidb/parser/sqlscanner.cpp
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = *.tqmoc.* \
tqmoc* \
EXCLUDE_PATTERNS = *.moc.* \
moc* \
*.all_cpp.* \
*unload.* \
*/test/* \

@ -111,7 +111,7 @@ RECURSIVE = YES
EXCLUDE =
EXCLUDE_SYMLINKS = YES
EXCLUDE_PATTERNS = config.h *.tqmoc.cpp
EXCLUDE_PATTERNS = config.h *.moc.cpp
EXAMPLE_PATH =
EXAMPLE_PATTERNS = *

@ -431,8 +431,8 @@ EXCLUDE_SYMLINKS = NO
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
# certain files from those directories.
EXCLUDE_PATTERNS = *.tqmoc.* \
tqmoc* \
EXCLUDE_PATTERNS = *.moc.* \
moc* \
*.all_cpp.* \
*unload.* \
*/test/* \

Loading…
Cancel
Save