summaryrefslogtreecommitdiffstats
path: root/tests/auto/qxmlschema
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-25 15:05:25 +0200
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-25 15:05:25 +0200
commite04323202c2ca99b1ec879d47af25a5d021d7647 (patch)
tree2ac41a8d0c41718ba032cb86b6183f1500645164 /tests/auto/qxmlschema
parentdcaeddda521f90dafa1608ff8769719da5113d5e (diff)
Using QNetworkAccessManager, so need to pull in QtNetwork
Diffstat (limited to 'tests/auto/qxmlschema')
-rw-r--r--tests/auto/qxmlschema/qxmlschema.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qxmlschema/qxmlschema.pro b/tests/auto/qxmlschema/qxmlschema.pro
index 9dd7469ac8..f5abe4fd09 100644
--- a/tests/auto/qxmlschema/qxmlschema.pro
+++ b/tests/auto/qxmlschema/qxmlschema.pro
@@ -1,4 +1,5 @@
load(qttest_p4)
SOURCES += tst_qxmlschema.cpp
+QT += network
include (../xmlpatterns.pri)