diff options
author | Oswald Buddenhagen <[email protected]> | 2012-08-31 18:30:51 +0200 |
---|---|---|
committer | Oswald Buddenhagen <[email protected]> | 2012-09-03 19:43:49 +0200 |
commit | 98afdc92792fbe1ebdbf479297248aff7714587b (patch) | |
tree | d480399388229152d6971a44377e70581ca0b924 /src/shared/proparser/proitems.h | |
parent | 1ea709889e36128b5efff5ecccb3ab8a0ef41f27 (diff) |
compile without CamelCase headers
for faster bootstrapping of qmake
Change-Id: I602a023f4acbac276219bfc125863749ad96f754
Reviewed-by: Daniel Teske <[email protected]>
Diffstat (limited to 'src/shared/proparser/proitems.h')
-rw-r--r-- | src/shared/proparser/proitems.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/shared/proparser/proitems.h b/src/shared/proparser/proitems.h index 4423ff9bd1d..7a6d1b128b5 100644 --- a/src/shared/proparser/proitems.h +++ b/src/shared/proparser/proitems.h @@ -33,9 +33,9 @@ #include "qmake_global.h" -#include <QString> -#include <QVector> -#include <QHash> +#include <qstring.h> +#include <qvector.h> +#include <qhash.h> QT_BEGIN_NAMESPACE |