repo.or.cz
/
kworship.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improvements to open office presentation backend and general unipresent interface
[kworship.git]
/
unipresent
/
common
/
CMakeLists.txt
blob
a0eb5196fbb496554f1599b9e46f89c7582aa8ae
1
project(unipresent)
2
3
find_package(Qt4 REQUIRED)
4
include_directories(${QT_INCLUDES})
5
6
set(unipresent_SRCS
7
UpManager.cpp
8
UpBackend.cpp
9
UpPresentation.cpp
10
UpSlide.cpp
11
UpSlidePreviewWidget.cpp
12
UpSlideEditWidget.cpp
13
)
14
15
QT4_AUTOMOC(${unipresent_SRCS})
16
17
add_library(unipresent ${unipresent_SRCS})
18