From 2dc92f4bfe9e81edc2b0b24ecacf3bc44b344984 Mon Sep 17 00:00:00 2001 From: alwin Date: Mon, 01 Nov 2004 19:52:25 +0000 Subject: exif class added (taken from opie-eye_slave and more c++ like reworked) it is used in oimageview while loading jpegs checking BEFORE loading if the image should be scaled loaded. ToDo: documentation of the interface, remove it from opie-eye_slave (it should use of course the library version) --- (limited to 'libopie2/opiemm/opiemm.pro') diff --git a/libopie2/opiemm/opiemm.pro b/libopie2/opiemm/opiemm.pro index 09b5ed4..32580c8 100644 --- a/libopie2/opiemm/opiemm.pro +++ b/libopie2/opiemm/opiemm.pro @@ -1,8 +1,8 @@ TEMPLATE = lib CONFIG += qt warn_on DESTDIR = $(OPIEDIR)/lib -HEADERS = osoundsystem.h oimagezoomer.h oimagescrollview.h -SOURCES = osoundsystem.cpp oimagezoomer.cpp oimagescrollview.cpp +HEADERS = osoundsystem.h oimagezoomer.h oimagescrollview.h opieexif.h +SOURCES = osoundsystem.cpp oimagezoomer.cpp oimagescrollview.cpp opieexif.cpp INTERFACES = TARGET = opiemm2 VERSION = 1.9.0 -- cgit v0.9.0.2