summaryrefslogtreecommitdiffstats
path: root/qtconnectivity.pro
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@theqtcompany.com>2016-01-08 15:21:49 +0100
committerAndy Shaw <andy.shaw@theqtcompany.com>2016-01-08 14:38:52 +0000
commit6b3ef058614fe07942a3506fd4191d12b3659fe9 (patch)
treea35978266ac89f34bab5436faccb47ae7fb8927e /qtconnectivity.pro
parent348e5f9dd947e53f5c8a0b9522a5af8652d27678 (diff)
Fix typo regarding requires
Change-Id: I59c6344b1c1ab0c892d8c66a7348f8321e3a603e Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'qtconnectivity.pro')
-rw-r--r--qtconnectivity.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtconnectivity.pro b/qtconnectivity.pro
index 5eb864b8..18a098c9 100644
--- a/qtconnectivity.pro
+++ b/qtconnectivity.pro
@@ -1,4 +1,4 @@
-require(!android|qtHaveModule(androidextras))
+requires(!android|qtHaveModule(androidextras))
load(configure)
qtCompileTest(bluez)