Skip to content

Commit

Permalink
Merge branch 'path' into 'master'
Browse files Browse the repository at this point in the history
Call qdbusxml2cpp with full path

See merge request mer-core/buteo-mtp!35
  • Loading branch information
pvuorela committed Sep 14, 2020
2 parents fff48a0 + 13fc11e commit 6154180
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 6154180

Please sign in to comment.