Skip to content

Commit

Permalink
- Fix compilation of OMNotebook/OMShell for clean builds
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9064 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 21, 2011
1 parent 1305455 commit b1b79f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
Expand Up @@ -13,7 +13,7 @@ SOURCES += \
cellapplication.cpp \
cellparserfactory.cpp \
omc_communicator.cpp \
../../OMEdit/OMEditGUI/omc_communication.cc \
omc_communication.cc \
stylesheet.cpp \
cellcommandcenter.cpp \
chaptercountervisitor.cpp \
Expand Down Expand Up @@ -61,7 +61,7 @@ SOURCES += \
../3Dpkg/VisualizationWidget.cpp

HEADERS += \
../../OMEdit/OMEditGUI/omc_communication.h \
omc_communication.h \
application.h \
command.h \
serializingvisitor.h \
Expand Down
2 changes: 1 addition & 1 deletion OMNotebook/OMNotebookGUI/omc_communicator.h
Expand Up @@ -54,7 +54,7 @@ class Modification;
//class QStringList; //AF, removed

// Omc communication interface
#include "../../OMEdit/OMEditGUI/omc_communication.h"
#include "omc_communication.h"

/**
*
Expand Down

0 comments on commit b1b79f8

Please sign in to comment.