summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qjoint/qjoint.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/qjoint/qjoint.pro')
-rw-r--r--tests/auto/core/qjoint/qjoint.pro12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/auto/core/qjoint/qjoint.pro b/tests/auto/core/qjoint/qjoint.pro
deleted file mode 100644
index e25d57102..000000000
--- a/tests/auto/core/qjoint/qjoint.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-TEMPLATE = app
-
-TARGET = tst_qjoint
-
-QT += 3dcore 3dcore-private testlib
-
-CONFIG += testcase
-
-SOURCES += \
- tst_qjoint.cpp
-
-include(../common/common.pri)