Skip to content

Commit

Permalink
[build] Call qdbusxml2cpp with full path
Browse files Browse the repository at this point in the history
As qdbusxml2cpp can be called qdbusxml2cpp-qt5 in some systems, use Qt install bin path
to call this application

Signed-off-by: Rinigus <rinigus.git@gmail.com>
  • Loading branch information
rinigus committed Sep 13, 2020
1 parent fff48a0 commit 13fc11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mts/platform/storage/fsstorageplugin/fsstorageplugin.pro
Expand Up @@ -10,7 +10,7 @@ QT -= gui

PKGCONFIG += blkid mount

system(qdbusxml2cpp -c ThumbnailerProxy -p thumbnailerproxy.h:thumbnailerproxy.cpp -i thumbnailpathlist.h ./org.nemomobile.Thumbnailer.xml)
system($$[QT_INSTALL_BINS]/qdbusxml2cpp -c ThumbnailerProxy -p thumbnailerproxy.h:thumbnailerproxy.cpp -i thumbnailpathlist.h ./org.nemomobile.Thumbnailer.xml)

DEPENDPATH += . \
.. \
Expand Down

0 comments on commit 13fc11e

Please sign in to comment.