Skip to content
Snippets Groups Projects
Commit b13a47f5 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

fixing Info.plist


info was missing a $$PWD/ in .pri files.

Change-Id: I01771021595c706514786c9d7b2991cc5d9f60cb
Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
parent f1736b07
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ DEFINES -= QT_NO_CAST_FROM_ASCII
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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment