diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-25 13:05:25 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-25 13:05:25 (GMT) |
commit | e04323202c2ca99b1ec879d47af25a5d021d7647 (patch) | |
tree | 2ac41a8d0c41718ba032cb86b6183f1500645164 | |
parent | dcaeddda521f90dafa1608ff8769719da5113d5e (diff) | |
download | Qt-e04323202c2ca99b1ec879d47af25a5d021d7647.zip Qt-e04323202c2ca99b1ec879d47af25a5d021d7647.tar.gz Qt-e04323202c2ca99b1ec879d47af25a5d021d7647.tar.bz2 |
Using QNetworkAccessManager, so need to pull in QtNetwork
-rw-r--r-- | tests/auto/qxmlschema/qxmlschema.pro | 1 | ||||
-rw-r--r-- | tests/auto/qxmlschemavalidator/qxmlschemavalidator.pro | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qxmlschema/qxmlschema.pro b/tests/auto/qxmlschema/qxmlschema.pro index 9dd7469..f5abe4f 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) diff --git a/tests/auto/qxmlschemavalidator/qxmlschemavalidator.pro b/tests/auto/qxmlschemavalidator/qxmlschemavalidator.pro index 88ef317..0b439d7 100644 --- a/tests/auto/qxmlschemavalidator/qxmlschemavalidator.pro +++ b/tests/auto/qxmlschemavalidator/qxmlschemavalidator.pro @@ -1,4 +1,5 @@ load(qttest_p4) SOURCES += tst_qxmlschemavalidator.cpp +QT += network include (../xmlpatterns.pri) |