Update shared.cpp
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
QString appBinaryPath;
|
||||
bool runStripEnabled = true;
|
||||
bool bundleAllButCoreLibs = false;
|
||||
bool bundleEverything = false;
|
||||
bool fhsLikeMode = false;
|
||||
QString fhsPrefix;
|
||||
bool alwaysOwerwriteEnabled = false;
|
||||
@@ -429,7 +430,7 @@ LibraryInfo parseLddLibraryLine(const QString &line, const QString &appDirPath,
|
||||
if (trimmed.isEmpty())
|
||||
return info;
|
||||
|
||||
|
||||
if(!bundleEverything) {
|
||||
if(bundleAllButCoreLibs) {
|
||||
/*
|
||||
Bundle every lib including the low-level ones except those that are explicitly blacklisted.
|
||||
@@ -467,6 +468,7 @@ LibraryInfo parseLddLibraryLine(const QString &line, const QString &appDirPath,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
enum State {QtPath, LibraryName, Version, End};
|
||||
State state = QtPath;
|
||||
|
||||
Reference in New Issue
Block a user