summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/modeltest/modeltest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/modeltest/modeltest.pro')
-rw-r--r--tests/auto/other/modeltest/modeltest.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/other/modeltest/modeltest.pro b/tests/auto/other/modeltest/modeltest.pro
new file mode 100644
index 0000000000..b29fb862c7
--- /dev/null
+++ b/tests/auto/other/modeltest/modeltest.pro
@@ -0,0 +1,8 @@
+CONFIG += testcase
+TARGET = tst_modeltest
+QT += widgets testlib
+SOURCES += tst_modeltest.cpp modeltest.cpp dynamictreemodel.cpp
+HEADERS += modeltest.h dynamictreemodel.h
+
+
+