Skip to content

Commit

Permalink
Merge pull request #161 from vsuorant/fixMissingSymbol
Browse files Browse the repository at this point in the history
Fixing missing symbol error when running on OSX
  • Loading branch information
alexstrilets committed May 2, 2016
2 parents 9fd6a88 + 9c2bac3 commit dbd0bea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions carta/cpp/plugins/ImageStatistics/ImageStatistics.pro
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ LIBS += $${casacoreLIBS}
LIBS += -L$${WCSLIBDIR}/lib -lwcs
LIBS += -L$${CFITSIODIR}/lib -lcfitsio
LIBS += -L$${IMAGEANALYSISDIR}/lib -limageanalysis
LIBS += -L$$OUT_PWD/../../plugins/CasaImageLoader -lplugin
LIBS += -L$$OUT_PWD/../../core/ -lcore
LIBS += -L$$OUT_PWD/../../CartaLib/ -lCartaLib

Expand Down

0 comments on commit dbd0bea

Please sign in to comment.