Results 1 to 2 of 2

Thread: Platform plugin for blackberry not found?

  1. #1
    Join Date
    Mar 2013
    Posts
    18
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Windows Android

    Default Platform plugin for blackberry not found?

    Hello,

    I receive following error message when I start my application on a blackberry device (Z 30):

    This application failed to start because it could not find or load the Qt platform plugin "blackberry".
    Available platform plugins are: qnx, minimal, offscreen.
    Unfortunately my self-brewed Qt version hasn't got a blackberry plugin at all.

    Following this link it seems to be a naming problem
    https://bugreports.qt.io/browse/QTBUG-44476

    Does anyone know how to fix this?

    Thanks in advance!

  2. #2
    Join Date
    Mar 2013
    Posts
    18
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Windows Android

    Default Re: Platform plugin for blackberry not found?

    It seems that there is no specific blackberry plugin.

    Patching some files (qnx.pro, qnx.json & main.cpp) inside the plugins' qnx folder did the trick.

    In the pro file I replaced TARGET "qqnx" with "blackberry" as well as "qnx" with "blackberry" in the other files.

Similar Threads

  1. System cannot find the Qt Platform Plugin
    By ayanda83 in forum Qt Programming
    Replies: 2
    Last Post: 26th April 2015, 22:45
  2. extend qt platform plugin
    By cic1988 in forum Qt Programming
    Replies: 3
    Last Post: 3rd March 2015, 09:27
  3. QT Android - No platform plugin, neither libqtforandroid.so or libqtforandroidGL.so
    By kolokotronis345 in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 28th June 2014, 18:37
  4. Replies: 3
    Last Post: 2nd December 2010, 23:44
  5. Plugin LIBS path not found
    By vieraci in forum Qt Programming
    Replies: 7
    Last Post: 5th August 2009, 15:32

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.