26#include <QCoreApplication>
64 const bool qtconfExists = QFile::exists(
"qt.conf" );
65 if ( qApp || qtconfExists )
76 QCoreApplication::addLibraryPath( pluginPath );
81 QCoreApplication::addLibraryPath( path );
95 return qtPlatformsPath;
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Utilities class ...
static void addPlatformPluginsPath(QString path="")
When a Qt5 application is run, Qt will first treat the application's executable directory as the base...
static QString qtPluginsPath()
Returns the path of the Qt storage plugin.
static SbString getDirName(const SbString &fullFilePath)
Returns the directory path part of a full path string.
static SbBool isAccessible(const SbString &filename, FileAccess mode=READ)
Returns TRUE if a file is accessible
static SbString toUnixPath(const SbString &path)
Converts a Microsoft Windows path (with '\') to a Unix path (with '/').
Class for smart character strings.
std::string toStdString() const
Returns the string as an STL string.
static SbString getLibraryFromSymbol(void *symbol)
Returns the full path of the library that contains the given symbol.
static SoNONUNICODE const SbString & getString(const char *name, const SbString &defaultValue)
Returns the value of the specified environment variable in the Open Inventor environment.