summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Fernandez <jesus.fernandez@qt.io>2017-03-14 08:01:37 +0100
committerJesus Fernandez <Jesus.Fernandez@qt.io>2017-04-07 10:18:51 +0000
commit18cdf8e90b9a99b2e41e85d40f7acb717132875d (patch)
treedfaa41558b56416644292c1d4562f112c8ebe041
parent7e1658f2ec69372746b76db60e1a271d4cedc35c (diff)
Adds a list of supported platforms in PI mkspec
Change-Id: I7e67ffc41c7a389750e1ab342a570a1dda8ff077 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
-rw-r--r--mkspecs/devices/linux-rasp-pi-g++/qmake.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/mkspecs/devices/linux-rasp-pi-g++/qmake.conf b/mkspecs/devices/linux-rasp-pi-g++/qmake.conf
index 89177b7fa2..8f0edbc6e6 100644
--- a/mkspecs/devices/linux-rasp-pi-g++/qmake.conf
+++ b/mkspecs/devices/linux-rasp-pi-g++/qmake.conf
@@ -1,5 +1,6 @@
-#
-# qmake configuration for Broadcom's Raspberry PI
+# qmake configuration for:
+# - Raspberry PI
+# - Raspberry PI Zero
# http://wiki.qt.io/RaspberryPi
include(../common/linux_device_pre.conf)