forked from qt-creator/qt-creator
Don't allow to run static libs.
Static libs can't be run on Android and on iOS, so we need to filter them out. Change-Id: I90b778ffaa5e7d6267cc0e8d753be56bf93007a7 Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
@@ -1492,7 +1492,8 @@ void QmakeProject::collectData(const QmakeProFileNode *node, DeploymentData &dep
|
||||
if (!installsList.targetPath.isEmpty())
|
||||
collectApplicationData(node, deploymentData);
|
||||
break;
|
||||
case LibraryTemplate:
|
||||
case SharedLibraryTemplate:
|
||||
case StaticLibraryTemplate:
|
||||
collectLibraryData(node, deploymentData);
|
||||
break;
|
||||
case SubDirsTemplate:
|
||||
|
||||
Reference in New Issue
Block a user