From: nds Date: Tue, 2 Oct 2007 07:47:51 +0000 (+0000) Subject: Change python version from 2.4 to 2.5 X-Git-Tag: TG_Saint_Valentine-Day~37 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5f3067406cffb448f76397755fff77ef15f27212;p=modules%2Fgui.git Change python version from 2.4 to 2.5 --- diff --git a/src/PyInterp/PyInterp.pro b/src/PyInterp/PyInterp.pro index d5c1c34af..8ee7c1f25 100644 --- a/src/PyInterp/PyInterp.pro +++ b/src/PyInterp/PyInterp.pro @@ -5,7 +5,7 @@ MOC_DIR = ../../moc OBJECTS_DIR = ../../$(CONFIG_ID)/obj/$$TARGET INCLUDEPATH += ../../include $$(PYTHONINC) -unix:LIBS += -L$$(PYTHONLIB) -lpython2.4 +unix:LIBS += -L$$(PYTHONLIB) -lpython2.5 win32:LIBS += /LIBPATH:$$(PYTHONLIB) CONFIG -= debug release debug_and_release