Add american english localisation.
[kworship.git] / unipresent / CMakeLists.txt
blobb85b8f1e819bce80a991a3314235ddff28b39e78
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)
20 # Okular backend
21 add_subdirectory (okular)