summaryrefslogtreecommitdiffstats
path: root/tests/auto/perfstdin/perfstdin.pro
blob: e4b00745bbca67b25c7e1fbf60328f4b2a25f572 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
QT += testlib
QT -= gui

CONFIG += testcase strict_flags warn_on

INCLUDEPATH += ../../../app

TARGET = tst_perfstdin

SOURCES += \
    tst_perfstdin.cpp \
    ../../../app/perfstdin.cpp

HEADERS += \
    ../../../app/perfstdin.h

OTHER_FILES += perfstdin.qbs