gnieboer / GNURadio_Windows_Build_Scripts

A series of Powershell scripts to automatically download, build from source, and install GNURadio and -all- it's dependencies as 64-bit native binaries then package as an msi using Visual Studio 2015
GNU General Public License v3.0
89 stars 33 forks source link

Fix "QT_QPA_PLATFORM_PLUGIN_PATH" and "QT_PLUGIN_PATH" #49

Closed fksms closed 3 years ago

fksms commented 3 years ago

Issue #48

I had a similar problem. It was fixed because the reference of "QT_QPA_PLATFORM_PLUGIN_PATH" was wrong.

pclov3r commented 3 years ago

I had the same issues as well mentioned in https://github.com/gnieboer/GNURadio_Windows_Build_Scripts/issues/48

This fix resolves the issue for me as well.