aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/buildgraph.pri
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-01-16 14:27:36 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2014-01-16 15:03:59 +0100
commit576e79c024fe697dd923947484a92e26385e7679 (patch)
tree3795888c69734c41bd6700515b3b4723e8a9639e /src/lib/corelib/buildgraph/buildgraph.pri
parentb01663e6fc3d3df62951ad54d29668a0a06f307e (diff)
rename ArtifactList to ArtifactSet
Now the name reflects reality. Change-Id: I3997b99de86819c973434240103d25d6915d838b Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/lib/corelib/buildgraph/buildgraph.pri')
-rw-r--r--src/lib/corelib/buildgraph/buildgraph.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/corelib/buildgraph/buildgraph.pri b/src/lib/corelib/buildgraph/buildgraph.pri
index fa091f1b3..4142d94bd 100644
--- a/src/lib/corelib/buildgraph/buildgraph.pri
+++ b/src/lib/corelib/buildgraph/buildgraph.pri
@@ -2,7 +2,7 @@ SOURCES += \
$$PWD/abstractcommandexecutor.cpp \
$$PWD/artifact.cpp \
$$PWD/artifactcleaner.cpp \
- $$PWD/artifactlist.cpp \
+ $$PWD/artifactset.cpp \
$$PWD/artifactvisitor.cpp \
$$PWD/automoc.cpp \
$$PWD/buildgraph.cpp \
@@ -29,7 +29,7 @@ HEADERS += \
$$PWD/abstractcommandexecutor.h \
$$PWD/artifact.h \
$$PWD/artifactcleaner.h \
- $$PWD/artifactlist.h \
+ $$PWD/artifactset.h \
$$PWD/artifactvisitor.h \
$$PWD/automoc.h \
$$PWD/buildgraph.h \