mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 21:43:03 +02:00
Merge branch 'master' of https://github.com/worklist/hifi into edit_particles
This commit is contained in:
commit
21bdbe3128
1 changed files with 0 additions and 5 deletions
|
@ -24,11 +24,6 @@ int main(int argc, const char * argv[]) {
|
||||||
timeval startup_time;
|
timeval startup_time;
|
||||||
gettimeofday(&startup_time, NULL);
|
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;
|
int exitCode;
|
||||||
{
|
{
|
||||||
Application app(argc, const_cast<char**>(argv), startup_time);
|
Application app(argc, const_cast<char**>(argv), startup_time);
|
||||||
|
|
Loading…
Reference in a new issue