summaryrefslogtreecommitdiffstats
path: root/tests/auto/cpptest/q3dsurface/q3dsurface.pro
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2014-10-10 13:21:39 +0300
committerMika Salmela <mika.salmela@digia.com>2014-10-10 13:27:07 +0300
commit220f236a18967f7dbc1add6425483ad885b1b22e (patch)
tree6a5337f41345c113fb2518f5d59ce7e85fa6e461 /tests/auto/cpptest/q3dsurface/q3dsurface.pro
parentcb5ab9bc21cd123efc9f78512f465794bcb4a964 (diff)
Added initial CPP autotests
Task-number: QTRD-3368 Just a skeleton with a very basic test set for now. Change-Id: I53309374a7d9cbfd06a4cdfbeb302f6649db9c4a Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Diffstat (limited to 'tests/auto/cpptest/q3dsurface/q3dsurface.pro')
-rw-r--r--tests/auto/cpptest/q3dsurface/q3dsurface.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/cpptest/q3dsurface/q3dsurface.pro b/tests/auto/cpptest/q3dsurface/q3dsurface.pro
new file mode 100644
index 00000000..b7a6bf08
--- /dev/null
+++ b/tests/auto/cpptest/q3dsurface/q3dsurface.pro
@@ -0,0 +1,8 @@
+QT += testlib datavisualization
+
+TARGET = tst_cpptest
+CONFIG += console testcase
+
+TEMPLATE = app
+
+SOURCES += tst_surface.cpp