~abreu-alexandre/webbrowser-app/active-focus

« back to all changes in this revision

Viewing changes to doc/CMakeLists.txt

  • Committer: Bileto Bot
  • Author(s): Olivier Tilloy
  • Date: 2016-06-15 09:33:58 UTC
  • mfrom: (1471.4.4 fix-cross-compilation)
  • Revision ID: ci-train-bot@canonical.com-20160615093358-5lbyr17gyzvw4r7x
Fix cross-compilation for armhf on a x86* host. (LP: #1588788)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    message(WARNING "qdoc not found, documentation cannot be built")
6
6
else()
7
7
    add_custom_target(doc ALL
8
 
                      COMMAND ${QDOC_EXECUTABLE}
 
8
                      COMMAND ${QDOC_EXECUTABLE} -qt5
9
9
                      -outputdir ${CMAKE_CURRENT_BINARY_DIR}/html
10
10
                      ${CMAKE_CURRENT_SOURCE_DIR}/ubuntu-web.qdocconf)
11
11
    install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html