Ticket #45420: patch-src-QT4-kdiff3.pro.diff
File patch-src-QT4-kdiff3.pro.diff, 859 bytes (added by RJVB (René Bertin), 10 years ago) |
---|
-
kdiff3.pro
old new 1 1 TEMPLATE = app 2 2 # When unresolved items remain during linking: Try adding "shared" in the CONFIG. 3 CONFIG += qt warn_on thread precompile_header3 CONFIG += qt warn_on thread 4 4 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport 5 #!os2:PRECOMPILED_HEADER = stable.h 5 6 6 HEADERS = version.h \ 7 7 common.h \ 8 8 diff.h \ … … 66 66 } 67 67 68 68 unix { 69 documentation.path = /usr/local/share/doc/kdiff369 documentation.path = @PREFIX@/share/doc/kdiff3 70 70 documentation.files = ../doc/* 71 71 72 72 INSTALLS += documentation 73 73 74 target.path = /usr/local/bin74 target.path = @PREFIX@/bin 75 75 INSTALLS += target 76 76 } 77 77 78 mac { 79 CONFIG -= app_bundle 80 } 81