plasma-framework/private/qtjolie-branch/includes/CMakeLists.txt
Kevin Ottens d99e623ae9 Allow to export services thanks to the Server and AbstractAdaptor
classes. Also introduce a small calculatorservice example showing that,
with a quick client written using jolie.

svn path=/branches/work/~ervin/qtjolie/; revision=978075
2009-06-05 22:51:08 +00:00

13 lines
281 B
CMake

install( FILES
QtJolie/AbstractAdaptor
QtJolie/Client
QtJolie/Fault
QtJolie/Message
QtJolie/MetaService
QtJolie/PendingCall
QtJolie/PendingCallWatcher
QtJolie/PendingReply
QtJolie/Server
QtJolie/Value
DESTINATION ${INCLUDE_INSTALL_DIR}/QtJolie COMPONENT Devel)