aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/buildgraph/buildgraph.pri
blob: 2290df84790417271dd7029787f155144ada50af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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/abstractcommandexecutor.cpp \
    $$PWD/processcommandexecutor.cpp \
    $$PWD/jscommandexecutor.cpp \
    $$PWD/transformer.cpp \
    $$PWD/artifact.cpp \
    $$PWD/inputartifactscanner.cpp \
    $$PWD/artifactvisitor.cpp \
    $$PWD/artifactcleaner.cpp \
    $$PWD/cycledetector.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/abstractcommandexecutor.h \
    $$PWD/processcommandexecutor.h \
    $$PWD/jscommandexecutor.h \
    $$PWD/transformer.h \
    $$PWD/artifact.h \
    $$PWD/inputartifactscanner.h \
    $$PWD/artifactvisitor.h \
    $$PWD/artifactcleaner.h \
    $$PWD/cycledetector.h \
    $$PWD/forward_decls.h