sync.profile: Remove qtnetwork from %dependencies
authorSergio Ahumada <sergio.ahumada@digia.com>
Wed, 25 Sep 2013 17:55:41 +0000 (19:55 +0200)
committerKurt Pattyn <pattyn.kurt@gmail.com>
Sat, 28 Sep 2013 10:49:34 +0000 (12:49 +0200)
qtnetwork is not a repository, so it doesn't make sense here.

Change-Id: I679df09f47b3996a3c1157b500f1d0381a61398d
Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
sync.profile

index 5045cb9..7933ae7 100644 (file)
@@ -3,6 +3,5 @@
 );
 
 %dependencies = (
-               "qtbase" => "",
-               "qtnetwork" => ""
+    "qtbase" => "",
 );