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

QT = core testlib
CONFIG += testcase

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

HEADERS += \
    tst_buildgraph.h

SOURCES += \
    tst_buildgraph.cpp