diff options
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/platforms/platforms.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/platforms.pro b/src/plugins/platforms/platforms.pro index 5f55fa9..986c6e5 100644 --- a/src/plugins/platforms/platforms.pro +++ b/src/plugins/platforms/platforms.pro @@ -6,6 +6,6 @@ contains(QT_CONFIG, wayland) { SUBDIRS += wayland } -blackberry-armv7le-qcc { +qnx-*-qcc { SUBDIRS += blackberry } |