Commit 5a5f1f13 authored by Allan Sandfeld Jensen's avatar Allan Sandfeld Jensen
Browse files

Improve distclean


Remove our manually generated configuration files on make distclean.

Task-number: QTBUG-60235
Change-Id: I8b851fa80e1c17ea6ede9efb6ba0d2f108026db8
Reviewed-by: default avatarMichal Klocek <michal.klocek@qt.io>
parent e469629e
Branches
Tags
No related merge requests found
Showing with 6 additions and 0 deletions
......@@ -242,3 +242,5 @@ TEMPLATE = aux
SOURCES =
HEADERS =
RESOURCES =
QMAKE_DISTCLEAN += $$GN_FILE
......@@ -13,6 +13,8 @@ isPlatformSupported() {
log(QtWebEngine will not be built.$${EOL})
}
QMAKE_DISTCLEAN += .qmake.cache
OTHER_FILES = \
tools/buildscripts/* \
tools/scripts/* \
......
......@@ -29,3 +29,5 @@ GN_FILE = $$OUT_PWD/../toolchain/BUILD.gn
!build_pass {
write_file($$GN_FILE, GN_CONTENTS, append)
}
QMAKE_DISTCLEAN += $$GN_FILE
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment