Include Mac OS X platform in installer project

refs #615
This commit is contained in:
Roland Winklmeier
2016-04-10 23:52:27 +02:00
parent 59551c0f1b
commit 45b0503896
21 changed files with 121 additions and 51 deletions

View File

@@ -7,6 +7,7 @@
* contained in the LICENSE file.
*/
#include "blackcore/application.h"
#include "blackcore/pluginmanagersimulator.h"
#include "blackcore/simulator.h"
@@ -134,7 +135,7 @@ namespace BlackCore
QString CPluginManagerSimulator::pluginDirectory() const
{
return qApp->applicationDirPath() % QStringLiteral("/plugins/simulator");
return sApp->applicationDirPath() % QStringLiteral("/plugins/simulator");
}
}