summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJulian de Bhal <julian.debhal@nokia.com>2011-10-03 15:41:01 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-04 07:07:13 +0200
commit3536f1f2bb52f8f93ce428c0557c8934961ea947 (patch)
treeed0187c7c2f2fdeaad72112be8c41377a875dd40 /tests
parentb41cdb63e7ebc16f3cc133dbe669b1895b396cf4 (diff)
Make qml test files visible in creator project browser
Change-Id: I430b08ad73bfef5047cd84b52f1dc7c994d52cac Reviewed-on: http://codereview.qt-project.org/5910 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Patrick Burke <patrick.burke@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml3d/qml3d.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/auto/qml3d/qml3d.pro b/tests/auto/qml3d/qml3d.pro
index 044d26a22..4da6138c1 100644
--- a/tests/auto/qml3d/qml3d.pro
+++ b/tests/auto/qml3d/qml3d.pro
@@ -5,3 +5,19 @@ QT += declarative opengl
SOURCES += tst_qml3d.cpp
DEFINES += QML3D_TEST_SOURCE_DIR=\"\\\"$$PWD\\\"\"
win32:DEFINES+=_CRT_SECURE_NO_WARNINGS
+
+OTHER_FILES += \
+ lookat/tst_lookat.qml \
+ QtQuickTest/TestCase.qml \
+ scale3d/tst_scale3d.qml \
+ modelview/tst_modelview.qml \
+ sphere/tst_sphere.qml \
+ effect/tst_effect.qml \
+ viewport/tst_viewport.qml \
+ mesh/tst_mesh.qml \
+ picking/tst_picking.qml \
+ item3d/tst_item3d.qml \
+ item3d/tst_missing_texture_coordinates.qml \
+ item3d/tst_item3d_local_v_world.qml
+
+