summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2017-10-16 16:33:28 -0700
committerGary E. Miller <gem@rellim.com>2017-10-16 16:33:28 -0700
commite5365307df9b7ce70751737b2fe20495aeb1dd5e (patch)
tree2c94238ee3803a8075e672078182e82eee8e12d1 /SConstruct
parent05732d5a7bdf8de5761550c49c04638f25141be4 (diff)
downloadgpsd-e5365307df9b7ce70751737b2fe20495aeb1dd5e.tar.gz
scons: have --clean also remove some Qt files.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index a3dc8e66..d30004b1 100644
--- a/SConstruct
+++ b/SConstruct
@@ -2333,6 +2333,8 @@ env.Clean(clean_misc,
env.Clean(clean_misc, glob.glob('*.gcno') + glob.glob('*.gcda'))
# Clean Python coverage files
env.Clean(clean_misc, glob.glob('.coverage*') + ['htmlcov/'])
+# Clean Qt stuff
+env.Clean(clean_misc, ['libQgpsmm.prl', 'Qgpsmm.pc'])
# Other misc items
env.Clean(clean_misc, ['config.log', 'contrib/ppscheck', 'TAGS'])