Newer
Older
Import / applications / Photoframe / libexif / libexif.pro
TEMPLATE = lib
CONFIG += static release
TARGET = exif
SOURCES += libexif/exif-utils.c \
 libexif/exif-byte-order.c \
 libexif/exif-content.c \
 libexif/exif-data.c \
 libexif/exif-entry.c \
 libexif/exif-format.c \
 libexif/exif-ifd.c \
 libexif/exif-loader.c \
 libexif/exif-log.c \
 libexif/exif-mem.c \
 libexif/exif-mnote-data.c \
 libexif/exif-tag.c \
 libexif/canon/mnote-canon-tag.c \
 libexif/canon/exif-mnote-data-canon.c \
 libexif/canon/mnote-canon-entry.c \
 libexif/fuji/mnote-fuji-tag.c \
 libexif/fuji/exif-mnote-data-fuji.c \
 libexif/fuji/mnote-fuji-entry.c \
 libexif/olympus/mnote-olympus-tag.c \
 libexif/olympus/exif-mnote-data-olympus.c \
 libexif/olympus/mnote-olympus-entry.c \
 libexif/pentax/mnote-pentax-tag.c \
 libexif/pentax/exif-mnote-data-pentax.c \
 libexif/pentax/mnote-pentax-entry.c
HEADERS += libexif/i18n.h \
 libexif/_stdint.h \
 libexif/exif-byte-order.h \
 libexif/exif-content.h \
 libexif/exif-data.h \
 libexif/exif-data-type.h \
 libexif/exif-entry.h \
 libexif/exif-format.h \
 libexif/exif-ifd.h \
 libexif/exif-loader.h \
 libexif/exif-log.h \
 libexif/exif-mem.h \
 libexif/exif-mnote-data.h \
 libexif/exif-mnote-data-priv.h \
 libexif/exif-system.h \
 libexif/exif-tag.h \
 libexif/exif-utils.h \
 libexif/canon/mnote-canon-tag.h \
 libexif/canon/exif-mnote-data-canon.h \
 libexif/canon/mnote-canon-entry.h \
 libexif/fuji/mnote-fuji-tag.h \
 libexif/fuji/exif-mnote-data-fuji.h \
 libexif/fuji/mnote-fuji-entry.h \
 libexif/olympus/mnote-olympus-tag.h \
 libexif/olympus/exif-mnote-data-olympus.h \
 libexif/olympus/mnote-olympus-entry.h \
 libexif/pentax/mnote-pentax-tag.h \
 libexif/pentax/exif-mnote-data-pentax.h \
 libexif/pentax/mnote-pentax-entry.h