Linux friendly python include path

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5768 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2006-09-07 02:20:12 +00:00
parent e33003fd74
commit 28e6972d4f

View File

@ -14,7 +14,7 @@ CONFIG(debug, debug|release){
} }
LIBS += -lpython -L/usr/lib LIBS += -lpython -L/usr/lib
mac:INCLUDEPATH += /System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3/ 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 += gui
QT += qt3support QT += qt3support