From 88ef5115b5446caf7f4c4ff75a4dc0274150a1a1 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 7 May 2007 11:30:16 +0000 Subject: [PATCH] Porting to Qt4 --- configure.ac | 2 +- src/src.pro | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 src/src.pro 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 -- 2.39.2