diff options
author | Rohan McGovern <rohan@mcgovern.id.au> | 2010-03-07 01:20:48 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan@mcgovern.id.au> | 2010-03-07 01:20:48 (GMT) |
commit | 66733e95351f0088fd206a9215bde9d14510bc1e (patch) | |
tree | f130e76140457cf8071193278acd783d898c54fb /tests/auto/network.pro | |
parent | ad341d612129287793620bc84d3077afd64f97a4 (diff) | |
download | Qt-66733e95351f0088fd206a9215bde9d14510bc1e.zip Qt-66733e95351f0088fd206a9215bde9d14510bc1e.tar.gz Qt-66733e95351f0088fd206a9215bde9d14510bc1e.tar.bz2 |
Added missing tests to tests/auto/*.pro
Diffstat (limited to 'tests/auto/network.pro')
-rw-r--r-- | tests/auto/network.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/network.pro b/tests/auto/network.pro index bda03d3..6b24850 100644 --- a/tests/auto/network.pro +++ b/tests/auto/network.pro @@ -17,11 +17,14 @@ SUBDIRS=\ qhttpsocketengine \ qnativesocketengine \ qnetworkaddressentry \ + qnetworkconfigmanager \ + qnetworkconfiguration \ qnetworkcookie \ qnetworkcookiejar \ qnetworkinterface \ qnetworkproxy \ qnetworkrequest \ + qnetworksession \ qobjectperformance \ qsocketnotifier \ qsocks5socketengine \ |