diff options
author | Brad Hards <bradh@frogmouth.net> | 2005-08-06 02:07:55 +0000 |
---|---|---|
committer | Brad Hards <bradh@frogmouth.net> | 2005-08-06 02:07:55 +0000 |
commit | edbd7957b393eb63f48df7db6b220b355d4fc461 (patch) | |
tree | a49eeef0540f4fd924a5acef663db3a9f619cec0 /qt4 | |
parent | f43a6f1d1c27c042f5736746c94430083baa4c1d (diff) |
Make API extraction work again.
Diffstat (limited to 'qt4')
-rw-r--r-- | qt4/src/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile index 5d071e6e..9fdce14c 100644 --- a/qt4/src/Doxyfile +++ b/qt4/src/Doxyfile @@ -980,7 +980,7 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = +PREDEFINED = UNSTABLE_POPPLER_QT4 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded. |