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/qmakeglobals.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/qmakeglobals.h')
-rw-r--r-- | src/shared/proparser/qmakeglobals.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/shared/proparser/qmakeglobals.h b/src/shared/proparser/qmakeglobals.h index 14de0e8bba4..3e6bad5bab8 100644 --- a/src/shared/proparser/qmakeglobals.h +++ b/src/shared/proparser/qmakeglobals.h @@ -38,14 +38,14 @@ # include <property.h> #endif -#include <QHash> -#include <QStringList> +#include <qhash.h> +#include <qstringlist.h> #ifndef QT_BOOTSTRAPPED -# include <QProcess> +# include <qprocess.h> #endif #ifdef PROEVALUATOR_THREAD_SAFE -# include <QMutex> -# include <QWaitCondition> +# include <qmutex.h> +# include <qwaitcondition.h> #endif QT_BEGIN_NAMESPACE |