We can let qt find things on its own, which will let us add frameworks/plugins inside the bundle

This commit is contained in:
Leonardo Murillo 2013-12-12 12:59:34 -08:00
parent 2d30bf0d93
commit 939a9bf5c4

View file

@ -24,11 +24,6 @@ int main(int argc, const char * argv[]) {
timeval startup_time;
gettimeofday(&startup_time, NULL);
#if defined(Q_OS_MAC)
const QString QT_RELEASE_PLUGIN_PATH = "/usr/local/lib/qt5/plugins";
QCoreApplication::addLibraryPath(QT_RELEASE_PLUGIN_PATH);
#endif
int exitCode;
{
Application app(argc, const_cast<char**>(argv), startup_time);