Files
textmate/Applications/QuickLookGenerator/target
Jacob Bandes-Storch 17e822896e Add Quick Look generator
Closes #1062
2013-07-30 23:11:49 +02:00

13 lines
429 B
Plaintext

TARGET_NAME = TextMateQL
SOURCES = src/*.{c,mm}
CP_Resources = resources/*
FRAMEWORKS = CoreFoundation QuickLook
LINK += layout buffer bundles file ns OakAppKit OakFoundation
LN_FLAGS -= -Wl,-dead_strip_dylibs
LN_FLAGS += -bundle
BUNDLE_EXTENSION = qlgenerator
# Load frameworks from the TextMate bundle
LN_FLAGS += -rpath @loader_path/../../../../../Frameworks