summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/qhttp/qhttp.pro1
-rw-r--r--tests/auto/headersclean/headersclean.pro1
-rw-r--r--tests/auto/qhttp/qhttp.pro1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/qhttp/qhttp.pro b/src/qhttp/qhttp.pro
index 1ba2c9a..39350a1 100644
--- a/src/qhttp/qhttp.pro
+++ b/src/qhttp/qhttp.pro
@@ -14,3 +14,4 @@ load(qt_module_config)
# Input
HEADERS += qhttp.h qringbuffer_p.h qhttpauthenticator_p.h
SOURCES += qhttp.cpp qhttpauthenticator.cpp
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
diff --git a/tests/auto/headersclean/headersclean.pro b/tests/auto/headersclean/headersclean.pro
index c172387..957ae4c 100644
--- a/tests/auto/headersclean/headersclean.pro
+++ b/tests/auto/headersclean/headersclean.pro
@@ -1,2 +1,3 @@
QT = core testlib http
include($${QT.core.sources}/../../tests/auto/other/headersclean/headersclean.pri)
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
diff --git a/tests/auto/qhttp/qhttp.pro b/tests/auto/qhttp/qhttp.pro
index b053b7c..d1710ae 100644
--- a/tests/auto/qhttp/qhttp.pro
+++ b/tests/auto/qhttp/qhttp.pro
@@ -20,3 +20,4 @@ wince*: {
} else {
DEFINES += SRCDIR=\\\"$$PWD/\\\"
}
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0