Skip to content

Commit

Permalink
- use mico-config --libs instead of directly specifying the libs
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3720 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Oct 31, 2008
1 parent bfa1a62 commit aa59156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OMShell/OMShell.pro
Expand Up @@ -2,7 +2,7 @@ TEMPLATE = app

DEPENDPATH += .
INCLUDEPATH += /home/openmodelica/dev/mico/include
LIBS+=-L/home/openmodelica/dev/mico/lib -lmico2.3.12 -lm -lpthread
LIBS+= `mico-config --libs`
CONFIG += warn_on
QT += network xml

Expand All @@ -18,4 +18,4 @@ SOURCES += commandcompletion.cpp \
oms.cpp \
main.cpp

RESOURCES += oms.qrc
RESOURCES += oms.qrc

0 comments on commit aa59156

Please sign in to comment.