mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Fixed admsXml invocation when creating symbols
This commit is contained in:
parent
5e9ceffa49
commit
a1c36cf6bb
@ -429,7 +429,9 @@ int Schematic::saveDocument()
|
||||
|
||||
// QDir prefix = QDir(QucsSettings.BinDir);
|
||||
|
||||
QDir include = QDir(QucsSettings.BinDir+"../include/qucs-core");
|
||||
QFileInfo inf(QucsSettings.Qucsator);
|
||||
QString QucsatorPath = inf.path()+QDir::separator();
|
||||
QDir include = QDir(QucsatorPath+"../include/qucs-core");
|
||||
|
||||
//pick admsXml from settings
|
||||
QString admsXml = QucsSettings.AdmsXmlBinDir.canonicalPath();
|
||||
|
Loading…
x
Reference in New Issue
Block a user