aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpixmapcache/qquickpixmapcache.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquickpixmapcache/qquickpixmapcache.pro')
-rw-r--r--tests/auto/quick/qquickpixmapcache/qquickpixmapcache.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/auto/quick/qquickpixmapcache/qquickpixmapcache.pro b/tests/auto/quick/qquickpixmapcache/qquickpixmapcache.pro
deleted file mode 100644
index 52b798e829..0000000000
--- a/tests/auto/quick/qquickpixmapcache/qquickpixmapcache.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qquickpixmapcache
-macx:CONFIG -= app_bundle
-
-SOURCES += tst_qquickpixmapcache.cpp \
- ../../shared/testhttpserver.cpp
-HEADERS += ../../shared/testhttpserver.h
-
-include (../../shared/util.pri)
-
-TESTDATA = data/*
-
-# QMAKE_CXXFLAGS = -fprofile-arcs -ftest-coverage
-# LIBS += -lgcov
-
-QT += core-private gui-private qml-private quick-private network testlib concurrent