Skip to content

Commit

Permalink
- Fix syntax error in OMShell.pro
Browse files Browse the repository at this point in the history
- Use ANTLRHOME paths properly in OMNotebook.pro if it is set


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5367 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Apr 23, 2010
1 parent bdba43d commit 0b1764f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OMNotebook/OMNotebookQT4/OMNotebook.pro
Expand Up @@ -21,7 +21,7 @@ win32 {

COIN_LIBS = $$system(coin-config --ldflags --libs)
SOQT_LIBS = $$system(soqt-config --ldflags --libs)
unix:LIBS += -L${ANTLRHOME}/src -lantlr $${CORBALIBS} $${COIN_LIBS} $${SOQT_LIBS}
unix:LIBS += -L${ANTLRHOME}/lib -lantlr $${CORBALIBS} $${COIN_LIBS} $${SOQT_LIBS}


TARGET = OMNotebook
Expand All @@ -41,7 +41,7 @@ INCLUDEPATH += $${CORBAINC} \
$${COIN_INCLUDE} \
$${SOQT_INCLUDE} \
/usr/include/qt4/ \
${ANTLRHOME} \
${ANTLRHOME}/include \
../NotebookParser \
../Pltpkg2 \
../3Dpkg
Expand Down

0 comments on commit 0b1764f

Please sign in to comment.