aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/buildgraph/buildgraph.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/buildgraph/buildgraph.pri')
-rw-r--r--src/lib/buildgraph/buildgraph.pri26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/lib/buildgraph/buildgraph.pri b/src/lib/buildgraph/buildgraph.pri
new file mode 100644
index 000000000..779994a74
--- /dev/null
+++ b/src/lib/buildgraph/buildgraph.pri
@@ -0,0 +1,26 @@
+INCLUDEPATH += $$PWD
+SOURCES += \
+ $$PWD/automoc.cpp\
+ $$PWD/buildgraph.cpp\
+ $$PWD/executor.cpp\
+ $$PWD/executorjob.cpp\
+ $$PWD/rulegraph.cpp\
+ $$PWD/scanresultcache.cpp \
+ $$PWD/artifactlist.cpp \
+ $$PWD/command.cpp \
+ $$PWD/commandexecutor.cpp \
+ $$PWD/transformer.cpp \
+ $$PWD/artifact.cpp
+
+HEADERS += \
+ $$PWD/automoc.h\
+ $$PWD/buildgraph.h\
+ $$PWD/executor.h\
+ $$PWD/executorjob.h\
+ $$PWD/rulegraph.h\
+ $$PWD/scanresultcache.h \
+ $$PWD/artifactlist.h \
+ $$PWD/command.h \
+ $$PWD/commandexecutor.h \
+ $$PWD/transformer.h \
+ $$PWD/artifact.h