Loading isis/src/base/objs/Application/Application.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
isis/src/base/objs/Application/Application.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -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(); Loading