diff --git a/src/VirtualLeaf.pro b/src/VirtualLeaf.pro --- a/src/VirtualLeaf.pro +++ b/src/VirtualLeaf.pro @@ -203,7 +203,7 @@ ICON = leaficon.icns QMAKE_POST_LINK = "\ #install_name_tool -change libqwt.5.dylib $$QWTDIR/lib/libqwt.dylib $${TARGET}.app/Contents/MacOS/$${TARGET}; \ cp leaficon.icns $${DESTDIR}/$${TARGET}.app; \ - cp gpl3.txt $${DESTDIR}/$${TARGET}.app/Contents/MacOS/. ; \ + cp ../doc/gpl3.txt $${DESTDIR}/$${TARGET}.app/Contents/MacOS/. ; \ mkdir $${DESTDIR}/$${TARGET}.app/Contents/Frameworks; \ cp -R /Library/Frameworks/QtCore.framework $${DESTDIR}/$${TARGET}.app/Contents/Frameworks; \ cp -R /Library/Frameworks/QtGui.framework $${DESTDIR}/$${TARGET}.app/Contents/Frameworks; \