Unverified Commit c45df6fc authored by Cole's avatar Cole Committed by GitHub
Browse files

change application.cpp match merge in isis3cmake

parent ba987980
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -110,6 +110,11 @@ namespace Isis {
      abort();
    }

    // add qt path to 3rdParty so no default is taken from enviroment
    QString pluginPath = getenv("ISISROOT");
    pluginPath.append("/3rdParty/lib/");
    QCoreApplication::addLibraryPath(pluginPath);

    // Get the starting cpu time, direct I/Os, page faults, and swaps
    //p_startClock = clock();
    p_startDirectIO = DirectIO();