Skip to content

Commit 28e6972

Browse files
author
timlinux
committed
Linux friendly python include path git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5768 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e33003f commit 28e6972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mapserver_export/mapserver_export.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CONFIG(debug, debug|release){
1414
}
1515
LIBS += -lpython -L/usr/lib
1616
mac:INCLUDEPATH += /System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3/
17-
linux-g++:INCLUDEPATH += /usr/include/python
17+
linux-g++:INCLUDEPATH += /usr/include/python2.4/Python.h
1818
QT += gui
1919
QT += qt3support
2020

0 commit comments

Comments
 (0)