mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 20:44:14 +02:00
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:
commit
acc90bf153
1 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue