Fix so application starts properly when compiled win msvc

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7232 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2007-09-28 15:44:12 +00:00
parent c7dba658e7
commit ed192ea884

View File

@ -50,7 +50,7 @@ QString QgsApplication::mThemePath;
QgsApplication::QgsApplication(int & argc, char ** argv, bool GUIenabled)
: QApplication(argc, argv, GUIenabled)
{
#if defined(Q_WS_MACX) || defined(Q_WS_WIN32)
#if defined(Q_WS_MACX) || defined(Q_WS_WIN32) || defined(WIN32)
setPrefixPath(applicationDirPath(), TRUE);
#else
setPrefixPath(PREFIX, TRUE);