From dd053729afa006627a96b9795c6620e5764f495f Mon Sep 17 00:00:00 2001 From: Adeel Asghar Date: Thu, 12 Jan 2012 15:35:08 +0000 Subject: [PATCH] - Fix compilation. - Remove bin directories from trunk as they are created automatically after qmake. git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10886 f25d12d1-65f4-0310-ae8a-bbce733d8d8e --- OMTools/OMTools.pro | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/OMTools/OMTools.pro b/OMTools/OMTools.pro index 54e8dfeadb4..c6beb3c5c3f 100644 --- a/OMTools/OMTools.pro +++ b/OMTools/OMTools.pro @@ -2,10 +2,9 @@ TEMPLATE = subdirs CONFIG = release -SUBDIRS += ../OMEdit/OMEditGUI \ +SUBDIRS += ../OMPlot/OMPlotGUI \ + ../OMPlot/OMPlotGUI/OMPlotLib.pro \ + ../OMEdit/OMEditGUI \ ../OMShell/OMShellGUI \ ../OMNotebook/OMNotebookGUI \ - ../OMNotebook/OMPlotWindow \ ../OMOptim/build/OMOptim.pro \ - ../OMPlot/OMPlotGUI \ - ../OMPlot/OMPlotGUI/OMPlotLib.pro