summaryrefslogtreecommitdiffstats
path: root/tests/auto/perfstdin/perfstdin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/perfstdin/perfstdin.pro')
-rw-r--r--tests/auto/perfstdin/perfstdin.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/auto/perfstdin/perfstdin.pro b/tests/auto/perfstdin/perfstdin.pro
new file mode 100644
index 0000000..e4b0074
--- /dev/null
+++ b/tests/auto/perfstdin/perfstdin.pro
@@ -0,0 +1,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