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/sqlparser.cpp \
../../kexidb/parser/sqlscanner.cpp ../../kexidb/parser/sqlscanner.cpp
EXCLUDE_SYMLINKS = NO EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = *.tqmoc.* \ EXCLUDE_PATTERNS = *.moc.* \
tqmoc* \ moc* \
*.all_cpp.* \ *.all_cpp.* \
*unload.* \ *unload.* \
*/test/* \ */test/* \

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

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

Loading…
Cancel
Save