aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/buildgraph/buildgraph.pro
blob: 31255e088fafeb663307f953086711d3b5168f03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app
TARGET = tst_buildgraph
DESTDIR = ./
INCLUDEPATH += ../../../src/lib/
DEFINES += SRCDIR=\\\"$$PWD/\\\"

QT = core testlib
CONFIG += depend_includepath testcase

include(../../../src/lib/use.pri)

HEADERS += \
    tst_buildgraph.h

SOURCES += \
    tst_buildgraph.cpp