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

Commit

Permalink
Updating acoustid.pro file
Browse files Browse the repository at this point in the history
  • Loading branch information
MBach committed Feb 5, 2017
1 parent baa1a53 commit 7b0d897
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/acoustid/acoustid.pro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ HEADERS += \

FORMS += matchingrecords.ui

CONFIG += dll c++11
CONFIG += c++11

CONFIG(debug, debug|release) {
win32 {
Expand All @@ -46,9 +46,10 @@ CONFIG(release, debug|release) {
}

TARGET = miam-acoustid

!macx {
unix {
LIBS += -L$$OUT_PWD/../core/ -lmiam-core -ltag -lchromaprint
}
unix:!macx {
target.path = /usr/lib$$LIB_SUFFIX/
INSTALLS += target
}
Expand Down

0 comments on commit 7b0d897

Please sign in to comment.