Skip to content

Commit ce962d9

Browse files
author
gsherman
committed
Renamed main.cpp to ms_main.cpp so it doesn't conflict with the windows build system.
git-svn-id: http://svn.osgeo.org/qgis/trunk@6259 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9007830 commit ce962d9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tools/mapserver_export/mapserver_export.pro

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ DEPENDPATH += .
99
INCLUDEPATH += . $${PYTHONINCLUDE}
1010
LIBS += $${PYTHONLIBADD}
1111
LIBS += $${QGISCORELIBADD}
12+
LIBS += $${QGISGUILIBADD}
1213
QT += qt3support svg core gui xml network
1314
# Input
1415
HEADERS += qgsmapserverexport.h
1516
FORMS += qgsmapserverexportbase.ui
16-
SOURCES += main.cpp msexport_wrap.cxx qgsmapserverexport.cpp
17+
SOURCES += ms_main.cpp msexport_wrap.cxx qgsmapserverexport.cpp
File renamed without changes.

0 commit comments

Comments
 (0)