summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_module_pris.prf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-06-04 20:59:08 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-05 10:39:47 +0200
commit07337def652a13002ccc98d77bb1a13372bba26f (patch)
tree2fc5408bada06d7ef9215788ce795c60c751ddda /mkspecs/features/qt_module_pris.prf
parent53698f3e7c9451774b60e3f65988654e24c8968e (diff)
don't add absent private include paths to non-git builds
all private headers are created by syncqt (and are thus in the source dir), so we can simply override the normal (build dir based) paths instead of extending them. Change-Id: I9c1f3344c401b481b3f3d2295515f1aabffaa9a0 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'mkspecs/features/qt_module_pris.prf')
-rw-r--r--mkspecs/features/qt_module_pris.prf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/features/qt_module_pris.prf b/mkspecs/features/qt_module_pris.prf
index 11f56198d1..666989f75e 100644
--- a/mkspecs/features/qt_module_pris.prf
+++ b/mkspecs/features/qt_module_pris.prf
@@ -63,10 +63,10 @@ else: \
force_independent {
MODULE_FWD_PRI_CONT_SUFFIX = \
"QT.$${MODULE}.includes += $$pub_inc" \
- "QT.$${MODULE}.private_includes += $$priv_inc"
+ "QT.$${MODULE}.private_includes = $$priv_inc"
} else {
MODULE_INCLUDES += $$pub_inc
- MODULE_PRIVATE_INCLUDES += $$priv_inc
+ MODULE_PRIVATE_INCLUDES = $$priv_inc
}
}
MODULE_PRI_CONT = \