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:
Eberhard Graether
2015-10-20 16:15:17 +02:00
parent 73b25c45ff
commit dc39e10858
13 changed files with 43 additions and 32 deletions
+1 -4
View File
@@ -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();