diff options
author | Kevin Krammer <kevin.krammer.qnx@kdab.com> | 2012-02-29 13:02:20 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-03-02 09:42:05 (GMT) |
commit | 6f3fe3fee31697d8e828b0f88e9111bfbbb62490 (patch) | |
tree | eff4484dfa7e2bfbc248637fab77b7408c323b09 | |
parent | f47ae52a4fe2337321667b257806e3dac54232d5 (diff) | |
download | Qt-6f3fe3fee31697d8e828b0f88e9111bfbbb62490.zip Qt-6f3fe3fee31697d8e828b0f88e9111bfbbb62490.tar.gz Qt-6f3fe3fee31697d8e828b0f88e9111bfbbb62490.tar.bz2 |
Include blackberry QPA plugin when building for blackberry make spec
Change-Id: Ia756609ed4406deacf92e15b4e6591a91ef5c8a6
Reviewed-by: Sean Harmer <sh@theharmers.co.uk>
Reviewed-by: Nick Ratelle <nratelle@qnx.com>
Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
-rw-r--r-- | src/plugins/platforms/platforms.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/platforms/platforms.pro b/src/plugins/platforms/platforms.pro index 57015e7..5f55fa9 100644 --- a/src/plugins/platforms/platforms.pro +++ b/src/plugins/platforms/platforms.pro @@ -6,3 +6,6 @@ contains(QT_CONFIG, wayland) { SUBDIRS += wayland } +blackberry-armv7le-qcc { + SUBDIRS += blackberry +} |