Skip to content

Commit

Permalink
- Fixed compilation of OMNotebook
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8118 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Mar 6, 2011
1 parent 37e8d61 commit 8e038e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.in
Expand Up @@ -29,9 +29,9 @@ omcd: c_runtime docs
(cd Compiler && $(MAKE) -f Makefile debug)

qtclean-common:
rm -rf OMNotebook/ext/ext$(EXE) OMNotebook/ext/OMPlotWindow$(EXE)
rm -rf OMShell/OMShell$(EXE) OMShell/omc_communication.*
rm -rf OMNotebook/OMNotebookQT4/OMNotebook$(EXE) OMNotebook/OMNotebookQT4/omc_communication.*
rm -rf OMNotebook/bin/OMPlotWindow$(EXE) OMNotebook/OMPlotWindow/OMPlotWindow$(EXE)
rm -rf OMShell/bin/OMShell$(EXE) OMShell/OMShellGUI/omc_communication.*
rm -rf OMNotebook/bin/OMNotebook$(EXE) OMNotebook/OMNotebookGUI/omc_communication.*
ifeq ($(QMAKE),)
qtclients:
@echo "*** OpenModelica configured without support for Qt"
Expand Down

0 comments on commit 8e038e7

Please sign in to comment.