From b37fda1aa75f79093e018f9e9e74d181cb3710d3 Mon Sep 17 00:00:00 2001 From: Eike Ziller <eike.ziller@nokia.com> Date: Wed, 6 Jul 2011 12:56:59 +0200 Subject: [PATCH] Add dist files to OTHER_FILES Change-Id: I32f525a2478d4442041c52f22f972202ca61f0b8 Reviewed-on: http://codereview.qt.nokia.com/1231 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com> --- qtcreator.pro | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/qtcreator.pro b/qtcreator.pro index d6ee82b50b8..ec47b1d3d03 100644 --- a/qtcreator.pro +++ b/qtcreator.pro @@ -11,3 +11,16 @@ TEMPLATE = subdirs CONFIG += ordered SUBDIRS = src share + +OTHER_FILES += dist/copyright_template.txt \ + dist/changes-1.1.0 \ + dist/changes-1.1.1 \ + dist/changes-1.2.0 \ + dist/changes-1.2.1 \ + dist/changes-1.3.0 \ + dist/changes-1.3.1 \ + dist/changes-2.0.0 \ + dist/changes-2.0.1 \ + dist/changes-2.1.0 \ + dist/changes-2.2.0 \ + dist/changes-2.3.0 -- GitLab