diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-07-03 12:26:36 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-07-03 21:34:55 (GMT) |
commit | f5ac9d719ac88499b2096718d31203b4ef227b9f (patch) | |
tree | a7b8438f355fd4e7b1cca3af553af35a55ba3fce /tools/configure | |
parent | 428cc105630fbec3fa9010cde347d2e1cd35eb49 (diff) | |
download | Qt-f5ac9d719ac88499b2096718d31203b4ef227b9f.zip Qt-f5ac9d719ac88499b2096718d31203b4ef227b9f.tar.gz Qt-f5ac9d719ac88499b2096718d31203b4ef227b9f.tar.bz2 |
s/INCPATH/INCLUDEPATH/
Diffstat (limited to 'tools/configure')
-rw-r--r-- | tools/configure/configure.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/configure/configure.pro b/tools/configure/configure.pro index 64a6d9a..73f3317 100644 --- a/tools/configure/configure.pro +++ b/tools/configure/configure.pro @@ -23,7 +23,8 @@ win32-msvc* { PRECOMPILED_HEADER = configure_pch.h -INCPATH += $$QT_SOURCE_TREE/src/corelib/arch/generic \ +INCLUDEPATH += \ + $$QT_SOURCE_TREE/src/corelib/arch/generic \ $$QT_SOURCE_TREE/src/corelib/global \ $$QT_BUILD_TREE/include \ $$QT_BUILD_TREE/include/QtCore \ |