We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e33003f commit 28e6972Copy full SHA for 28e6972
tools/mapserver_export/mapserver_export.pro
@@ -14,7 +14,7 @@ CONFIG(debug, debug|release){
14
}
15
LIBS += -lpython -L/usr/lib
16
mac:INCLUDEPATH += /System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3/
17
-linux-g++:INCLUDEPATH += /usr/include/python
+linux-g++:INCLUDEPATH += /usr/include/python2.4/Python.h
18
QT += gui
19
QT += qt3support
20
0 commit comments