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  
    11TEMPLATE = app
    22# When unresolved items remain during linking: Try adding "shared" in the CONFIG.
    3 CONFIG  += qt warn_on thread precompile_header
     3CONFIG  += qt warn_on thread
    44greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
    5 #!os2:PRECOMPILED_HEADER = stable.h
     5
    66HEADERS  = version.h                     \
    77           common.h                      \
    88           diff.h                        \
     
    6666}
    6767
    6868unix {
    69   documentation.path = /usr/local/share/doc/kdiff3
     69  documentation.path = @PREFIX@/share/doc/kdiff3
    7070  documentation.files = ../doc/*
    7171
    7272  INSTALLS += documentation
    7373
    74   target.path = /usr/local/bin
     74  target.path = @PREFIX@/bin
    7575  INSTALLS += target
    7676}
    7777
     78mac {
     79        CONFIG -= app_bundle
     80}
     81