Changes between Initial Version and Version 3 of Ticket #52978
- Timestamp:
- Dec 9, 2016, 2:42:22 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52978
- Property Cc mkae added
-
Property
Status
changed from
new
toassigned
-
Property
Type
changed from
enhancement
todefect
- Property Owner set to MarcusCalhoun-Lopez
-
Ticket #52978 – Description
initial v3 1 1 Actually 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: 2 2 3 ``` 3 {{{ 4 4 Fatal: This application failed to start because it could not find or load the Qt platform plugin "cocoa" 5 5 in "". 6 ``` 6 }}} 7 7 8 8 It is not clear if this is a qt5 installation problem or if this should be handled by the application.