From: vsr Date: Mon, 7 May 2007 11:30:16 +0000 (+0000) Subject: Porting to Qt4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=88ef5115b5446caf7f4c4ff75a4dc0274150a1a1;p=modules%2Fgui.git Porting to Qt4 --- diff --git a/configure.ac b/configure.ac index 67d1d2b6f..87c622406 100644 --- a/configure.ac +++ b/configure.ac @@ -610,7 +610,7 @@ AC_OUTPUT([ \ ./src/OCCViewer/Makefile \ ./src/SOCC/Makefile \ ./src/PyInterp/Makefile \ - ./src/PythonConsole/Makefile \ + ./src/PyConsole/Makefile \ ./src/Plot2d/Makefile \ ./src/SPlot2d/Makefile \ ./src/SUPERVGraph/Makefile \ diff --git a/src/src.pro b/src/src.pro new file mode 100644 index 000000000..c0bd7a9df --- /dev/null +++ b/src/src.pro @@ -0,0 +1,10 @@ +TEMPLATE = subdirs +CONFIG += ordered + +SUBDIRS = Qtx \ + SUIT \ + SUITApp \ + STD \ + LogWindow \ + PyInterp \ + PyConsole