summaryrefslogtreecommitdiffstats
path: root/src/tools/bootstrap-dbus
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-06-07 16:23:25 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-10 21:12:29 +0200
commit4fd568fa0633b17b4a8e24736a4766e81afff4f3 (patch)
treef505a0ab4612c2d961455151252cd37c83a4e7a8 /src/tools/bootstrap-dbus
parentf3331e14e68089035cc302e11c6e60153f806026 (diff)
redo include path logic for pre-generated headers
make the include dir in the source tree the "main" include path, as that's where the majority of the headers is. then selectively add the shadowed dirs. Change-Id: I03ad13cfcf77175c141b94d41b1221740d851faf Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/tools/bootstrap-dbus')
-rw-r--r--src/tools/bootstrap-dbus/bootstrap-dbus.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/bootstrap-dbus/bootstrap-dbus.pro b/src/tools/bootstrap-dbus/bootstrap-dbus.pro
index 6af70efda7..62f9f96a9b 100644
--- a/src/tools/bootstrap-dbus/bootstrap-dbus.pro
+++ b/src/tools/bootstrap-dbus/bootstrap-dbus.pro
@@ -7,8 +7,9 @@ CONFIG += no_module_headers internal_module force_bootstrap
DEFINES += \
QT_NO_CAST_FROM_ASCII
+MODULE_INCLUDES = \
+ \$\$QT_MODULE_INCLUDE_BASE/QtDBus
MODULE_PRIVATE_INCLUDES = \
- \$\$QT_MODULE_INCLUDE_BASE/QtDBus \
\$\$QT_MODULE_INCLUDE_BASE/QtDBus/$$QT_VERSION \
\$\$QT_MODULE_INCLUDE_BASE/QtDBus/$$QT_VERSION/QtDBus