From: gregor herrmann Date: Tue, 28 May 2013 18:35:39 +0000 (+0000) Subject: .pro: Add created files to QMAKE_DISTCLEAN. X-Git-Tag: 0.6.0~9 X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/commitdiff_plain/955f76e24950e00c53d3c590dcc5f229e01fce75 .pro: Add created files to QMAKE_DISTCLEAN. --- 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