From 28e6972d4f2ba5332e617e2d6c6328fe7b2b92f0 Mon Sep 17 00:00:00 2001 From: timlinux Date: Thu, 7 Sep 2006 02:20:12 +0000 Subject: [PATCH] Linux friendly python include path git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5768 c8812cc2-4d05-0410-92ff-de0c093fc19c --- tools/mapserver_export/mapserver_export.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mapserver_export/mapserver_export.pro b/tools/mapserver_export/mapserver_export.pro index e7bf46a82a1..e88f9bfc9c1 100644 --- a/tools/mapserver_export/mapserver_export.pro +++ b/tools/mapserver_export/mapserver_export.pro @@ -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