This patch contains the differences between the upstream tarball and
the sources actually used for building the package.

Option single-debian-patch is used as the changes are tracked in git.
--- zurl-1.3.0.orig/tests/pro/httprequesttest/httprequesttest.pro
+++ zurl-1.3.0/tests/pro/httprequesttest/httprequesttest.pro
@@ -1,2 +1,7 @@
 include(../../tests.pri)
 SOURCES += $$TESTS_DIR/httprequesttest.cpp
+
+QMAKE_CXXFLAGS += $(Q_CXXFLAGS)
+QMAKE_CFLAGS_DEBUG += $(Q_CFLAGS)
+QMAKE_CFLAGS_RELEASE += $(Q_CFLAGS)
+QMAKE_LFLAGS += $(Q_LDFLAGS)
--- zurl-1.3.0.orig/src/pro/libzurl/libzurl.pro
+++ zurl-1.3.0/src/pro/libzurl/libzurl.pro
@@ -13,3 +13,8 @@ OBJECTS_DIR = $$OUT_PWD/_obj
 
 include($$OUT_PWD/../../../conf.pri)
 include(libzurl.pri)
+
+QMAKE_CXXFLAGS += $(Q_CXXFLAGS)
+QMAKE_CFLAGS_DEBUG += $(Q_CFLAGS)
+QMAKE_CFLAGS_RELEASE += $(Q_CFLAGS)
+QMAKE_LFLAGS += $(Q_LDFLAGS)
--- zurl-1.3.0.orig/src/pro/zurl/zurl.pro
+++ zurl-1.3.0/src/pro/zurl/zurl.pro
@@ -20,3 +20,8 @@ unix:!isEmpty(BINDIR) {
 	target.path = $$BINDIR
 	INSTALLS += target
 }
+
+QMAKE_CXXFLAGS += $(Q_CXXFLAGS)
+QMAKE_CFLAGS_DEBUG += $(Q_CFLAGS)
+QMAKE_CFLAGS_RELEASE += $(Q_CFLAGS)
+QMAKE_LFLAGS += $(Q_LDFLAGS)
