diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2011-11-03 10:57:57 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-11-11 06:51:03 +0100 |
commit | ede75fb49c9ed59304976b8ba1523874771f7c87 (patch) | |
tree | 174c73cd464a81aa3d41cf664f537255852db3d7 /src/xmlpatterns/data/qatomiccasters_p.h | |
parent | b483ca39bde8af3f325d65c767c9445a6c152c5c (diff) | |
download | qtxmlpatterns-ede75fb49c9ed59304976b8ba1523874771f7c87.tar.gz |
Make private headers usable, and use them in the tests.
The xmlpatterns private headers were not including each other correctly,
making them unusable unless the source directory was available and in
INCLUDEPATH.
Fix it so that the private headers include each other by <private/...>,
allowing them to work for an installed Qt.
Change-Id: I9c7cbad219ed141c356d9ea097e67e0fb2fa550c
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'src/xmlpatterns/data/qatomiccasters_p.h')
-rw-r--r-- | src/xmlpatterns/data/qatomiccasters_p.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/xmlpatterns/data/qatomiccasters_p.h b/src/xmlpatterns/data/qatomiccasters_p.h index df2f15b..f7b1537 100644 --- a/src/xmlpatterns/data/qatomiccasters_p.h +++ b/src/xmlpatterns/data/qatomiccasters_p.h @@ -52,12 +52,12 @@ #ifndef Patternist_AtomicCasters_H #define Patternist_AtomicCasters_H -#include "qatomiccaster_p.h" -#include "qdecimal_p.h" -#include "qderivedinteger_p.h" -#include "qderivedstring_p.h" -#include "qinteger_p.h" -#include "qvalidationerror_p.h" +#include <private/qatomiccaster_p.h> +#include <private/qdecimal_p.h> +#include <private/qderivedinteger_p.h> +#include <private/qderivedstring_p.h> +#include <private/qinteger_p.h> +#include <private/qvalidationerror_p.h> /** * @file |