Skip to content

Commit

Permalink
[build] Specify path of qdbusxml2cpp tool
Browse files Browse the repository at this point in the history
As globally accessible qdbusxml2cpp could have different name, such as with -qt5 suffix,
call the tool from Qt bin folder

Signed-off-by: Rinigus <rinigus.git@gmail.com>
  • Loading branch information
rinigus committed Sep 12, 2020
1 parent 6539e3b commit 7c818cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lib.pro
Expand Up @@ -13,7 +13,7 @@ PKGCONFIG += libiphb

#DEFINES += DEBUG_TRACE

system(qdbusxml2cpp -p mceiface.h:mceiface.cpp mceiface.xml)
system($$[QT_INSTALL_BINS]/qdbusxml2cpp -p mceiface.h:mceiface.cpp mceiface.xml)

SOURCES += \
displayblanking.cpp \
Expand Down

0 comments on commit 7c818cb

Please sign in to comment.