summaryrefslogtreecommitdiffstats
path: root/qtwebengine.pro
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-04-21 14:34:02 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-05-08 15:12:34 +0000
commit5a5f1f13bf005b66ce6400fa51dd9a40bedadd3a (patch)
treea6c71e3b246b704342f04f872a132c711709ad30 /qtwebengine.pro
parente469629eff282693ea99580641b358912f6a2121 (diff)
Improve distclean
Remove our manually generated configuration files on make distclean. Task-number: QTBUG-60235 Change-Id: I8b851fa80e1c17ea6ede9efb6ba0d2f108026db8 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'qtwebengine.pro')
-rw-r--r--qtwebengine.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/qtwebengine.pro b/qtwebengine.pro
index c8f3555e3..5ae80ea8c 100644
--- a/qtwebengine.pro
+++ b/qtwebengine.pro
@@ -13,6 +13,8 @@ isPlatformSupported() {
log(QtWebEngine will not be built.$${EOL})
}
+QMAKE_DISTCLEAN += .qmake.cache
+
OTHER_FILES = \
tools/buildscripts/* \
tools/scripts/* \