~ahayzen/ubuntu-printing-app/add-qmlscene-depends

« back to all changes in this revision

Viewing changes to ubuntu-printing-app/runner/CMakeLists.txt

  • Committer: Bileto Bot
  • Author(s): Andrew Hayzen
  • Date: 2017-03-23 12:37:45 UTC
  • mfrom: (23.5.22 queue-dialog)
  • Revision ID: ci-train-bot@canonical.com-20170323123745-sgraaxsapmg9sa0m
* Add queue dialog with relevant components
* Add tests for the queue components

Approved by: Michael Sheldon

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
# Install runner
3
 
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/ubuntu-printing-app.in ${CMAKE_CURRENT_BINARY_DIR}/${RUNNER})
 
3
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/${RUNNER}.in ${CMAKE_CURRENT_BINARY_DIR}/${RUNNER})
4
4
 
5
5
install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/${RUNNER} DESTINATION ${CMAKE_INSTALL_BINDIR})
6
6
 
7
7
 
8
8
# Show in QtC
9
 
add_custom_target(ubuntu_printing_app_runner_files ALL SOURCES ubuntu-printing-app.in)
 
9
add_custom_target(ubuntu_printing_app_runner_files ALL SOURCES ${RUNNER}.in)