summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-08-01 15:59:21 +0200
committerThiago Macieira <thiago.macieira@intel.com>2012-08-01 16:26:10 +0200
commit61d09d7dae7d03e75c35498c89aed05bcfac47e2 (patch)
tree3243fa6f85927caea9acd642793b17b88afc7b9d
parent8dec60b5bbda7a2354a20a031f6b42b7f7a6d692 (diff)
network-settings.h is one level closer.
When this test was in QtNetwork, there was an extra level in the directory hierarchy. Change-Id: I2c2706e9062301126dfd9dcb68becee4efd9c874 Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
-rw-r--r--tests/auto/qhttp/tst_qhttp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qhttp/tst_qhttp.cpp b/tests/auto/qhttp/tst_qhttp.cpp
index 1660233..0cf0a6f 100644
--- a/tests/auto/qhttp/tst_qhttp.cpp
+++ b/tests/auto/qhttp/tst_qhttp.cpp
@@ -57,7 +57,7 @@
# include <qsslsocket.h>
#endif
-#include "../../network-settings.h"
+#include "../network-settings.h"
Q_DECLARE_METATYPE(QHttpResponseHeader)