mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
c7dba658e7
commit
ed192ea884
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user