1 find_package(Qt4 REQUIRED)
2 include_directories(${QT_INCLUDES}
5 # Common unipresent code
6 add_subdirectory (common)
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)