~mutse-young/ubuntu-docviewer-app/trunk

« back to all changes in this revision

Viewing changes to src/plugin/poppler-qml-plugin/CMakeLists.txt

  • Committer: Stefano Verzegnassi
  • Date: 2015-01-30 19:20:39 UTC
  • mto: (63.3.3 30-new-header-style)
  • mto: This revision was merged to the branch mainline in revision 69.
  • Revision ID: stefano92.100@gmail.com-20150130192039-4hxxt4enfv4t3evz
Add VerticalView class in popplerqmlplugin (but not use it for now)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
set(PLUGIN_DIR com/ubuntu/popplerqmlplugin)
2
 
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
 
2
include_directories(
 
3
        ${CMAKE_CURRENT_SOURCE_DIR}
 
4
        ${CMAKE_CURRENT_BINARY_DIR}
 
5
        ${Qt5Quick_PRIVATE_INCLUDE_DIRS}
 
6
        ${Qt5Qml_PRIVATE_INCLUDE_DIRS}
 
7
)
3
8
 
4
9
#add the sources to compile
5
10
set(popplerqmlplugin_SRCS
8
13
        pdfimageprovider.cpp
9
14
        pdfthread.cpp
10
15
        pdfitem.cpp
 
16
        verticalview.cpp
11
17
)
12
18
 
13
19
add_library(popplerqmlplugin MODULE