Skip to content

Commit ed192ea

Browse files
author
timlinux
committedSep 28, 2007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsapplication.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ QString QgsApplication::mThemePath;
5050
QgsApplication::QgsApplication(int & argc, char ** argv, bool GUIenabled)
5151
: QApplication(argc, argv, GUIenabled)
5252
{
53-
#if defined(Q_WS_MACX) || defined(Q_WS_WIN32)
53+
#if defined(Q_WS_MACX) || defined(Q_WS_WIN32) || defined(WIN32)
5454
setPrefixPath(applicationDirPath(), TRUE);
5555
#else
5656
setPrefixPath(PREFIX, TRUE);

0 commit comments

Comments
 (0)
Please sign in to comment.