Remove more macOS specific code

This commit is contained in:
probonopd
2016-09-05 23:42:17 +02:00
parent e6c43248d1
commit 48d4c91556
3 changed files with 6 additions and 24 deletions
+2 -1
View File
@@ -177,7 +177,8 @@ int main(int argc, char **argv)
// Update deploymentInfo.deployedFrameworks - the QML imports
// may have brought in extra frameworks as dependencies.
deploymentInfo.deployedFrameworks += findAppFrameworkNames(appBundlePath);
// deploymentInfo.deployedFrameworks += findAppFrameworkNames(appBundlePath);
deploymentInfo.deployedFrameworks += findAppLibraries(appBundlePath);
deploymentInfo.deployedFrameworks = deploymentInfo.deployedFrameworks.toSet().toList();
}