summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qtextobject/qtextobject.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/text/qtextobject/qtextobject.pro')
-rw-r--r--tests/auto/gui/text/qtextobject/qtextobject.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/auto/gui/text/qtextobject/qtextobject.pro b/tests/auto/gui/text/qtextobject/qtextobject.pro
deleted file mode 100644
index 3c69757410..0000000000
--- a/tests/auto/gui/text/qtextobject/qtextobject.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-############################################################
-# Project file for autotest for file qtextobject.h
-############################################################
-
-CONFIG += testcase
-TARGET = tst_qtextobject
-QT += testlib
-qtHaveModule(widgets): QT += widgets
-SOURCES += tst_qtextobject.cpp
-
-