Skip to content

Commit

Permalink
- Fix configure script so include flags in qmake are set correctly (d…
Browse files Browse the repository at this point in the history
…oes not expect -I input as gcc does)

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5806 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jul 5, 2010
1 parent 5b2a848 commit 091cfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMShell/OMShell.config.in
@@ -1,4 +1,4 @@
CORBALIBS = @CORBALIBS@
CORBAINC = @CORBACFLAGS@
CORBAINC = @CORBA_QMAKE_INCLUDES@
USE_CORBA = @QT_USE_CORBA@
INCLUDEPATH += $$system(echo @CFLAGS@ | sed "s/\ //g" | grep ^-I | sed s/^-I//)

0 comments on commit 091cfc9

Please sign in to comment.