Move dylibs into the Frameworks folder in the app bundle

This commit is contained in:
Cameron Gutman
2019-06-29 15:39:20 -07:00
parent 6ff845c53b
commit e5712a9474
4 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -367,7 +367,7 @@ macx {
APP_BUNDLE_RESOURCES.files = moonlight.icns
APP_BUNDLE_RESOURCES.path = Contents/Resources
APP_BUNDLE_FRAMEWORKS.files = $$files(../libs/mac/Frameworks/*.framework, true)
APP_BUNDLE_FRAMEWORKS.files = $$files(../libs/mac/Frameworks/*.framework, true) $$files(../libs/mac/lib/*.dylib, true)
APP_BUNDLE_FRAMEWORKS.path = Contents/Frameworks
QMAKE_BUNDLE_DATA += APP_BUNDLE_RESOURCES APP_BUNDLE_FRAMEWORKS