Ticket #33738: patch-src-QT4-kdiff3.pro.diff
File patch-src-QT4-kdiff3.pro.diff, 407 bytes (added by gallafent, 13 years ago) |
---|
-
kdiff3.pro
old new 61 61 } 62 62 63 63 unix { 64 documentation.path = /usr/local/share/doc/kdiff364 documentation.path = $$DESTDIR/../share/doc/kdiff3 65 65 documentation.files = ../doc/* 66 66 67 67 INSTALLS += documentation 68 68 69 target.path = /usr/local/bin70 INSTALLS += target71 69 } 70 71 mac { 72 CONFIG -= app_bundle 73 }