Skip to content

Commit

Permalink
- Some fixes for OMNotebookGUI.pro (Coin if configured using it, etc)
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8122 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Mar 7, 2011
1 parent deb4dbf commit 2cb3e64
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
Expand Up @@ -154,13 +154,16 @@ win32 {
__WIN32__
CORBAINC = $$(OMDEV)/lib/omniORB-4.1.4-mingw/include
CORBALIBS = -L$$(OMDEV)/lib/omniORB-4.1.4-mingw/lib/x86_win32 -lomniORB414_rt -lomnithread34_rt
DEFINES += USE_OMNIORB
COIN_LIBS =
SOQT_LIBS =
USE_CORBA = USE_OMNIORB
} else {
include(OMNotebook.config)
}
#---------End OMNIorb

LIBS += $${CORBALIBS}
DEFINES += $${HAVE_COIN} $${USE_CORBA}
LIBS += $${CORBALIBS} $${COIN_LIBS} $${SOQT_LIBS}
INCLUDEPATH += $${CORBAINC} \
../Pltpkg2 \
../3Dpkg
Expand Down

0 comments on commit 2cb3e64

Please sign in to comment.