build: mac bundle fix and other prerelease fixes
* fixed rpath in mac bundle * added Qt5Network and Qt5DBus frameworks to bundle * fixed project settings not saved * fixed preferences not shown on first start * added coati_manual.pdf
This commit is contained in:
@@ -36,10 +36,7 @@ std::shared_ptr<Application> Application::create(ViewFactory* viewFactory, Netwo
|
||||
if (startupProjectFilePath.size())
|
||||
{
|
||||
MessageLoadProject(startupProjectFilePath).dispatch();
|
||||
}
|
||||
else
|
||||
{
|
||||
ptr->m_mainView->showStartScreen();
|
||||
ptr->m_mainView->hideStartScreen();
|
||||
}
|
||||
|
||||
ptr->m_ideCommunicationController = networkFactory->createIDECommunicationController();
|
||||
|
||||
Reference in New Issue
Block a user