mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
e33003fd74
commit
28e6972d4f
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user