Basic openoffice.org control, and listening for new presentation documents, still...
[kworship.git] / unipresent / CMakeLists.txt
bloba99b06c8131eb6748acfeceec232f4fab3008602
1 find_package(Qt4 REQUIRED)
2 include_directories(${QT_INCLUDES}
3                     common)
5 # Common unipresent code
6 add_subdirectory (common)
8 # KPresenter 1 backend
9 # (KPresenter 1 isn't available for windows)
10 if (NOT ${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
11   add_subdirectory (kpresenter1)
12 endif (NOT ${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
14 # KPresenter 2 backend
15 add_subdirectory (kpresenter2)
17 # OpenOffice.org backend
18 add_subdirectory (openoffice.org)