summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/http2/http2.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/network/access/http2/http2.pro')
-rw-r--r--tests/auto/network/access/http2/http2.pro9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/auto/network/access/http2/http2.pro b/tests/auto/network/access/http2/http2.pro
deleted file mode 100644
index 646ea117f7..0000000000
--- a/tests/auto/network/access/http2/http2.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-QT = core core-private network network-private testlib
-
-CONFIG += testcase parallel_test c++11
-TARGET = tst_http2
-INCLUDEPATH += ../../../../shared/
-HEADERS += http2srv.h ../../../../shared/emulationdetector.h
-SOURCES += tst_http2.cpp http2srv.cpp
-
-DEFINES += SRCDIR=\\\"$$PWD/\\\"