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

QT = core testlib

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

SOURCES += \
    tst_options.cpp