From 496685ddfcefaae1676d91d3b411792cf0ca41d2 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Fri, 24 Jun 2011 15:15:05 +0000 Subject: [PATCH] Improve release target in .pro --- ChangeLog | 18 ++++++++++++++++++ TODO | 1 + confclerk.pro | 10 +++++++--- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 39c7cb2..580cd97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,23 @@ +2011-06-24 philipp + + * src/gui/daynavigatorwidget.cpp, src/mvc/treeview.cpp: Removed two + unused variables to avoid compiler warnings. + +2011-06-24 gregoa + + * src/gui/alarmdialog.cpp, src/sql/sqlengine.cpp, + src/test/mvc/eventtest.cpp: Somewhere a slash was missing ... + * TODO: Updated TODO. + 2011-06-23 gregoa + * README: Add contact info to README. + * src/gui/about.ui: Update 'About' dialog. + * TODO, src/app/app.pro, src/app/main.cpp, src/maps, src/maps.qrc, + src/sql/sqlengine.cpp: Remove ULB, Campus Solbosch maps. + * ., ChangeLog, TODO, confclerk.pro, data/fosdem-schedule.svg, + fosdem-schedule.pro, src/app/app.pro: The big rename. Which was + not so big after all ... * data/26x26, data/40x40, data/48x48, data/64x64, data/Makefile, data/confclerk.desktop, data/maemo: De-maemofy: make .desktop file generic, remove resized (old) icons and Makefile for diff --git a/TODO b/TODO index 75db92f..4fe36a4 100644 --- a/TODO +++ b/TODO @@ -6,6 +6,7 @@ other: - manpage ~/.local/share/data/Toastfreeware/ConfClerk/ConfClerk.sqlite ~/.config/Toastfreeware/ConfClerk.conf +- hp/track/etc. -- diff --git a/confclerk.pro b/confclerk.pro index 5415144..0b06b89 100644 --- a/confclerk.pro +++ b/confclerk.pro @@ -12,7 +12,7 @@ SUBDIRS = src VERSION = 0.5.0 -QMAKE_CLEAN += src/bin/*.a +QMAKE_DISTCLEAN += src/bin/*.a QMAKE_EXTRA_TARGETS += tarball icon changelog release changelog.target = ChangeLog @@ -30,7 +30,11 @@ tarball.target = $${TARGET}-$${VERSION}.tar.gz tarball.commands = \ $(DEL_FILE) -r $${TARGET}-$${VERSION} ; \ $(MKDIR) $${TARGET}-$${VERSION} ; \ - $(COPY_DIR) --parents * $${TARGET}-$${VERSION}/ ; \ + $(COPY_DIR) * $${TARGET}-$${VERSION}/ ; \ + $(DEL_FILE) $${TARGET}-$${VERSION}/*.pro.user \ + $${TARGET}-$${VERSION}/$${TARGET}-$${VERSION}.tar.gz \ + $(DEL_FILE) -r $${TARGET}-$${VERSION}/$${TARGET}-$${VERSION} \ + $${TARGET}-$${VERSION}/Makefile ; \ tar -cz --exclude=.svn -f $$tarball.target $${TARGET}-$${VERSION} ; \ $(DEL_FILE) -r $${TARGET}-$${VERSION} -tarball.depends = changelog icon +tarball.depends = changelog icon distclean -- 2.30.2