Skip to content

Commit

Permalink
Linux friendly python include path
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5768 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Sep 7, 2006
1 parent e33003f commit 28e6972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mapserver_export/mapserver_export.pro
Expand Up @@ -14,7 +14,7 @@ CONFIG(debug, debug|release){
}
LIBS += -lpython -L/usr/lib
mac:INCLUDEPATH += /System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3/
linux-g++:INCLUDEPATH += /usr/include/python
linux-g++:INCLUDEPATH += /usr/include/python2.4/Python.h
QT += gui
QT += qt3support

Expand Down

0 comments on commit 28e6972

Please sign in to comment.