Skip to content

Commit

Permalink
Merge pull request #8 from evkarpov/master
Browse files Browse the repository at this point in the history
[qmf] fix packaging dependencies
  • Loading branch information
VDVsx committed Oct 24, 2013
2 parents 9b6c707 + 2c092d9 commit 337a0bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qmf/src/tools/accountscheck/accountscheck.pro
Expand Up @@ -6,7 +6,9 @@ QT -= gui
target.path += /usr/bin

CONFIG += link_pkgconfig
PKGCONFIG += qmfclient5 accounts-qt5
PKGCONFIG += accounts-qt5
LIBS += -lqmfclient5
LIBS += -L../../libraries/qmfclient/build

SOURCES += accountscheck.cpp

Expand Down

0 comments on commit 337a0bb

Please sign in to comment.