From 428b687982966dc2efabaf6dbcc55ad0ea30aa10 Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 22 Mar 2004 23:32:41 +0000 Subject: Initial Check in of the Eye Of Zilla. This ImageViewer features Image Infos, EXIF, Jpeg,Png,Gif support. It supports scaled loading of Jpegs. an smart image cache.... GUI needs some work and we need to find a bug in QCOP as well. TODO: Add Image Service for example Mailer Add ImageCanvas/Zoomer/Display --- (limited to 'noncore/graphics/opie-eye/phunk_view.pro') diff --git a/noncore/graphics/opie-eye/phunk_view.pro b/noncore/graphics/opie-eye/phunk_view.pro new file mode 100644 index 0000000..21178ee --- a/dev/null +++ b/noncore/graphics/opie-eye/phunk_view.pro @@ -0,0 +1,34 @@ +CONFIG += qt warn_on #quick-app +DESTDIR = $(OPIEDIR)/bin +TEMPLATE = app +TARGET = opie-eye +# the name of the resulting object + +HEADERS = gui/iconview.h gui/filesystem.h gui/mainwindow.h \ + lib/imagecache.h impl/dir/dir_dirview.h \ + iface/dirview.h iface/dirlister.h iface/ifaceinfo.h \ + impl/dir/dir_lister.h impl/dir/dir_ifaceinfo.h \ + lib/slavemaster.h \ + iface/slaveiface.h + +# A list header files + + +SOURCES = gui/iconview.cpp gui/filesystem.cpp gui/mainwindow.cpp \ + lib/imagecache.cpp lib/viewmap.cpp \ + impl/dir/dir_dirview.cpp iface/dirlister.cpp \ + iface/dirview.cpp impl/dir/dir_lister.cpp \ + impl/dir/dir_ifaceinfo.cpp lib/slavemaster.cpp +# A list of source files + +INTERFACES = +# list of ui files + +INCLUDEPATH += . $(OPIEDIR)/include +DEPENDPATH += $(OPIEDIR)/include + + + +LIBS += -lqpe -lopie + +include ( $(OPIEDIR)/include.pro ) -- cgit v0.9.0.2