Skip to content

Commit db25f7e

Browse files
committed
Make OMEdit use rpath-link to ease linking
1 parent dfe6fa6 commit db25f7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OMEdit/OMEditGUI/OMEdit.config.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ QMAKE_LINK = @CXX@
66

77
OPENMODELICAHOME = @OPENMODELICAHOME@
88

9-
LIBS += -L @OPENMODELICAHOME@/lib/@host_short@/omc -lOMPlot -lomqwt -L../OMEditGUI/Debugger/Parser -lGDBMIParser -lomantlr3 @RPATH_QMAKE@ -lOpenModelicaCompiler -lOpenModelicaRuntimeC -lfmilib_shared -lModelicaExternalC -lomcgc -L@OMBUILDDIR@/lib/@host_short@/omc
9+
LIBS += -L @OPENMODELICAHOME@/lib/@host_short@/omc -lOMPlot -lomqwt -L../OMEditGUI/Debugger/Parser -lGDBMIParser -lomantlr3 @RPATH_QMAKE@ -lOpenModelicaCompiler -lOpenModelicaRuntimeC -lomcgc -L@OMBUILDDIR@/lib/@host_short@/omc
1010
INCLUDEPATH += @OPENMODELICAHOME@/include/omc/scripting-API @OPENMODELICAHOME@/include/omplot @OPENMODELICAHOME@/include/omplot/qwt @OPENMODELICAHOME@/include/@host_short@/omc/antlr3 @OPENMODELICAHOME@/include/omc/c ../../qjson-0.8.1/build/include
1111

1212
QMAKE_CFLAGS = @CFLAGS@ @CPPFLAGS@

common

Submodule common updated 1 file

0 commit comments

Comments
 (0)