Hi, I’ve compiled the qtstyleplugins under qt5.0.0 osx. It works only without deploying libraries into the app bundle (macdeployqt).
If I try to run the app:
Class NotificationReceiver is implemented in both /app-bundle-path.../QtWidgets and /qt-abs-path/QtWidgets. One of the two will be used. Which is undefined.
Abort trap
otool -L test.app/Contents/PlugIns/libqplastiquestyle.dylib – All qt-libraries are located under @executable_path/../Frameworks – no absolute path…
Is it possible to deploy qtstyleplugins inside the app-bundle?
Thanks for help.
Martin
↧