summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/qcuboidgeometry/qcuboidgeometry.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/render/qcuboidgeometry/qcuboidgeometry.pro')
-rw-r--r--tests/auto/render/qcuboidgeometry/qcuboidgeometry.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/render/qcuboidgeometry/qcuboidgeometry.pro b/tests/auto/render/qcuboidgeometry/qcuboidgeometry.pro
new file mode 100644
index 000000000..2599b5fe6
--- /dev/null
+++ b/tests/auto/render/qcuboidgeometry/qcuboidgeometry.pro
@@ -0,0 +1,13 @@
+TEMPLATE = app
+
+TARGET = tst_qcuboidgeometry
+
+QT += 3dextras testlib
+
+CONFIG += testcase
+
+SOURCES += \
+ tst_qcuboidgeometry.cpp
+
+include(../../core/common/common.pri)
+include(../commons/commons.pri)