Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix executable name for WIN32 build (was ms_export, now msexport) so …
…qgisapp can exec it

git-svn-id: http://svn.osgeo.org/qgis/trunk@6243 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Dec 11, 2006
1 parent 6e881ca commit 6ea6aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mapserver_export/mapserver_export.pro
Expand Up @@ -4,7 +4,7 @@

include(../../settings.pro)
TEMPLATE = app
TARGET = ms_export
TARGET = msexport
DEPENDPATH += .
INCLUDEPATH += . $${PYTHONINCLUDE}
LIBS += $${PYTHONLIBADD}
Expand Down

0 comments on commit 6ea6aa5

Please sign in to comment.