diff --git a/share/qtcreator/qml/qmlpuppet/qmlpuppet/qmlpuppet.pri b/share/qtcreator/qml/qmlpuppet/qmlpuppet/qmlpuppet.pri index 01217ca152f..66aa92e47be 100644 --- a/share/qtcreator/qml/qmlpuppet/qmlpuppet/qmlpuppet.pri +++ b/share/qtcreator/qml/qmlpuppet/qmlpuppet/qmlpuppet.pri @@ -17,10 +17,10 @@ RESOURCES += $$PWD/../qmlpuppet.qrc OTHER_FILES += Info.plist.in macx { - info.input = Info.plist.in + info.input = $$PWD/Info.plist.in info.output = $$DESTDIR/$${TARGET}.app/Contents/Info.plist QMAKE_SUBSTITUTES += info } else { target.path = /bin INSTALLS += target -} \ No newline at end of file +}