Ticket #25587: patch-config.mak.diff

File patch-config.mak.diff, 812 bytes (added by m.thon@…, 14 years ago)
  • config.mak

    old new  
    3434#
    3535# Settings for Mac OS 10.6
    3636#
    37 CONFIG     += x86_64
    3837LUA_CFLAGS = $(shell pkg-config --cflags lua)
    3938LUA_LIBS   = $(shell pkg-config --libs lua)
    40 QT_CFLAGS  = -I/Library/Frameworks/QtCore.framework/Versions/4/Headers \
    41              -I/Library/Frameworks/QtGui.framework/Versions/4/Headers
    42 QT_LIBS    = -F/Library/Frameworks -L/Library/Frameworks \
    43              -framework QtCore -framework ApplicationServices \
    44              -framework QtGui -framework AppKit -framework Cocoa -lz -lm
    45 MOC        = moc
     39QT_CFLAGS     ?= $(shell pkg-config --cflags QtGui QtCore)
     40QT_LIBS       ?= $(shell pkg-config --libs QtGui QtCore)
    4641endif
    4742#
    4843# --------------------------------------------------------------------