Changes between Initial Version and Version 3 of Ticket #52978


Ignore:
Timestamp:
Dec 9, 2016, 2:42:22 PM (7 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52978

    • Property Cc mkae added
    • Property Status changed from new to assigned
    • Property Type changed from enhancement to defect
    • Property Owner set to MarcusCalhoun-Lopez
  • Ticket #52978 – Description

    initial v3  
    11Actually when compiling and running a qt5 application I need to set up explicitly the environnement variable QT_QPA_PLATFORM_PLUGIN_PATH or the application would not start with the error:
    22
    3 ```
     3{{{
    44Fatal: This application failed to start because it could not find or load the Qt platform plugin "cocoa"
    55in "".
    6 ```
     6}}}
    77
    88It is not clear if this is a qt5 installation problem or if this should be handled by the application.