if (QT4_FOUND AND NOT WINCE)
    SUBDIRS(qclient)
endif (QT4_FOUND AND NOT WINCE)

include_directories( ../streams ${strigi_BINARY_DIR}/src/streams)

add_executable(archivecat archivecat.cpp)

target_link_libraries(archivecat streams)

