From 9647197529546477014dfebb21b25a6dfa0814f8 Mon Sep 17 00:00:00 2001 From: ptv Date: Fri, 23 Dec 2005 11:43:35 +0000 Subject: [PATCH] Add -lPyInterp to avoid unresolved symbols --- src/PythonConsole/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PythonConsole/Makefile.in b/src/PythonConsole/Makefile.in index b1b1713ea..60f40bd6c 100755 --- a/src/PythonConsole/Makefile.in +++ b/src/PythonConsole/Makefile.in @@ -31,6 +31,7 @@ LIB_MOC = \ CPPFLAGS+= $(PYTHON_INCLUDES) $(QT_INCLUDES) LDFLAGS+= $(PYTHON_LIBS) $(QT_MT_LIBS) +LIBS+= -lPyInterp @CONCLUDE@ -- 2.39.2