tr( "Component C++ include file is specified in directory other than\n%1!" ).arg( CppDir ) );
return;
}
+ CppInc = QFileInfo( CppInc ).fileName();
QString CppLib = LibraryText->text().trimmed();
if ( CppLib.isEmpty() ) {
tr( "Component shared library is specified in directory other than\n%1!" ).arg( CppDir ) );
return;
}
+ CppLib = QFileInfo( CppLib ).fileName();
QString SalomeDir = OutputTreeText->text().trimmed();
QFileInfo fis( SalomeDir.isEmpty() ? QString( "." ) : SalomeDir );