Skip to content
Permalink
Browse files
Linux friendly python include path
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.
@@ -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

0 comments on commit 28e6972

Please sign in to comment.