Merge pull request #1361 from murillodigital/master

We can let qt find things on its own, which will let us add frameworks/p...
This commit is contained in:
Stephen Birarda 2013-12-12 13:55:42 -08:00
commit acc90bf153

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);