aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/buildgraph/buildgraph.pri
blob: 779994a7427c151a1068aa81f0c75eaaf80bfc5c (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
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