summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeemu Holappa <teemu.holappa@theqtcompany.com>2016-02-10 10:04:49 +0200
committerTeemu Holappa <teemu.holappa@theqtcompany.com>2016-02-10 08:28:34 +0000
commitb4088adc7f2666d468a478e379b94c5cb4494c1b (patch)
tree2b5dff69660da69100cea13bcf17b68f936a6aa3
parentfb78d28b6f5107ebe16193bfbd4778bb8627bd14 (diff)
Removed wifi module from sync.profile.
Change-Id: I444776b2324bef9b4eac658d668b67224e1c5882 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
-rw-r--r--sync.profile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sync.profile b/sync.profile
index 26efc65..ede245e 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,6 +1,5 @@
%modules = ( # path to module name map
- "B2QtUtils" => "$basedir/src/utils",
- "B2QtWifi" => "$basedir/src/wifi"
+ "B2QtUtils" => "$basedir/src/utils"
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);