aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/buildgraph/buildgraph.pro
blob: 9230bb748cf911c6d044b99090fe40aad11622e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET = tst_buildgraph

SOURCES = tst_buildgraph.cpp
HEADERS = tst_buildgraph.h

include(../auto.pri)
include(../../../src/app/shared/logging/logging.pri)
include(../../../src/lib/bundledlibs.pri)

qbs_use_bundled_qtscript {
    CONFIG += qbs_do_not_link_bundled_qtscript
    include(../../../src/lib/scriptengine/use_scriptengine.pri)
}