mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Take ADMS include paths and Make rules from Qucsator location
This commit is contained in:
parent
5bb55b9562
commit
a66ebd8794
@ -1462,10 +1462,12 @@ void QucsApp::slotBuildModule()
|
||||
#else
|
||||
make = "make"; // must be on the path!
|
||||
#endif
|
||||
QFileInfo inf(QucsSettings.Qucsator);
|
||||
QString QucsatorPath = inf.path()+QDir::separator();
|
||||
|
||||
QDir prefix = QDir(QucsSettings.BinDir+"../");
|
||||
QDir prefix = QDir(QucsatorPath+"../");
|
||||
|
||||
QDir include = QDir(QucsSettings.BinDir+"../include/qucs-core");
|
||||
QDir include = QDir(QucsatorPath+"../include/qucs-core");
|
||||
|
||||
QString workDir = QucsSettings.QucsWorkDir.absolutePath();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user