Skip to content
This repository has been archived by the owner on Jul 14, 2019. It is now read-only.

Commit

Permalink
Fix missing dependency on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
MBach committed Feb 3, 2017
1 parent 84d6911 commit a057928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/acoustid/acoustid.pro
Expand Up @@ -48,7 +48,7 @@ CONFIG(release, debug|release) {
TARGET = miam-acoustid

!macx {
LIBS += -L$$OUT_PWD/../core/ -lmiam-core
LIBS += -L$$OUT_PWD/../core/ -lmiam-core -ltag -lchromaprint
}
macx {
QMAKE_SONAME_PREFIX = @executable_path/../Frameworks
Expand Down

0 comments on commit a057928

Please sign in to comment.