kFlickr is a tool to help upload photos to flickr while providing an
easy interface to assign common attributes before the photo is sent.

Build by running the following commands:
mkdir build
cd build
cmake ..
make install

Usually you will want to pass the CMAKE_INSTALL_PREFIX value to something
usefull, for example:
cmake -DCMAKE_INSTALL_PREFIX=~/testzone

To enable debugging try:
cmake .. -DCMAKE_INSTALL_PREFIX=~/devinstall -DCMAKE_CXX_FLAGS_DEBUG=1

File bug reports or post questions should you encounter any problems to the
kFlickr project website at http://www.sf.net/projects/kflickr


NOTE 1:
For PROXY server support you will have to setup your proxy settings using
the "PROXY" setup for KDE which you can get to either in Konqueror or in
the KDE Control Center


NOTE 2:
KDE defaults to a maximum of 1MB files for image preview. In order to have
image previews work correctly if you camera saves large image files you must
increase the file preview maximum file size in the Konqueror settings.


NOTE 3:
Ubuntu seems to have a known issue with 'libkdecore.so'. If you see an error
associated to this during make then you must edit the 
src/CMakeFiles/kflickr.dir/build.make file in your build directory to change
the patch to this shared library to match the others.
