summaryrefslogtreecommitdiff
path: root/src/lib/corelib/tools/persistence.cpp
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2017-07-28 11:03:47 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2017-08-03 09:50:57 +0000
commitde14d18638b6aaf7c52847fec2e534f50c14b95d (patch)
tree5390e7258ba746e17ecf368e9bf94c45bb98ebcc /src/lib/corelib/tools/persistence.cpp
parenta567ece42d055f09a77efe8b16ea1a269b404765 (diff)
downloadqbs-de14d18638b6aaf7c52847fec2e534f50c14b95d.tar.gz
Make it possible to add file tags to generated artifacts
To add another file tag to an application one can write Group { fileTagsFilter: ["application"] fileTags: ["my_additional_tag"] } [ChangeLog] It is now possible to add file tags to generated artifacts by setting the fileTags property in a Group that has a fileTagsFilter. Change-Id: Iac977011073defd532d82f015d93970e27a66ba3 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/lib/corelib/tools/persistence.cpp')
-rw-r--r--src/lib/corelib/tools/persistence.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/corelib/tools/persistence.cpp b/src/lib/corelib/tools/persistence.cpp
index 176db1fa6..0fcf4880d 100644
--- a/src/lib/corelib/tools/persistence.cpp
+++ b/src/lib/corelib/tools/persistence.cpp
@@ -50,7 +50,7 @@
namespace qbs {
namespace Internal {
-static const char QBS_PERSISTENCE_MAGIC[] = "QBSPERSISTENCE_105";
+static const char QBS_PERSISTENCE_MAGIC[] = "QBSPERSISTENCE_106";
NoBuildGraphError::NoBuildGraphError()
: ErrorInfo(Tr::tr("No build graph exists yet for this configuration."))