From 955f76e24950e00c53d3c590dcc5f229e01fce75 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Tue, 28 May 2013 18:35:39 +0000 Subject: [PATCH] .pro: Add created files to QMAKE_DISTCLEAN. --- confclerk.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confclerk.pro b/confclerk.pro index 0b8db1a..6240ec3 100644 --- a/confclerk.pro +++ b/confclerk.pro @@ -12,7 +12,7 @@ SUBDIRS = src # The global.pri defines the VERSION of the project include(src/global.pri) - +QMAKE_DISTCLEAN += data/$${TARGET}.png data/$${TARGET}.1 ChangeLog QMAKE_EXTRA_TARGETS += changelog icon man release tarball changelog.target = ChangeLog -- 2.39.5