aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/dependencyFinder/dependencyFinder.pro
blob: 7ecd2cbe4ec187fe4a51bac1e3a26a76c0e23f7b (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = app
TARGET = testDependencyFinder
DEPENDPATH += .
INCLUDEPATH += . ../../../src/lib/
DEFINES += SRCDIR=\\\"$$PWD/\\\"

QT = core script testlib

SOURCES += \
    tst_dependencyFinder.cpp