summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/qobjectperformance/qobjectperformance.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/qobjectperformance/qobjectperformance.pro')
-rw-r--r--tests/auto/other/qobjectperformance/qobjectperformance.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/other/qobjectperformance/qobjectperformance.pro b/tests/auto/other/qobjectperformance/qobjectperformance.pro
new file mode 100644
index 0000000000..189f8eeb2a
--- /dev/null
+++ b/tests/auto/other/qobjectperformance/qobjectperformance.pro
@@ -0,0 +1,7 @@
+CONFIG += testcase
+TARGET = tst_qobjectperformance
+SOURCES += tst_qobjectperformance.cpp
+
+QT = core network testlib
+
+