~thomas-voss/qtubuntu-sensors/cmake-setup-take-2

« back to all changes in this revision

Viewing changes to plugins/feedback/CMakeLists.txt

  • Committer: thomas-voss
  • Date: 2014-01-08 13:01:33 UTC
  • Revision ID: thomas.voss@canonical.com-20140108130133-ao5rpanp2kbucsao
Add missing build dependency on cmake.
Adjust plugin installation path.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
# Ideally, we would read the plugin installation location from cmake
16
16
# but this does not work currently.
17
 
set(PLUGIN_INSTALL_LOCATION "${CMAKE_INSTALL_LIBDIR}/qt5/feedback")
 
17
set(PLUGIN_INSTALL_LOCATION "${CMAKE_INSTALL_LIBDIR}/qt5/plugins/feedback")
18
18
# get_target_property(PLUGIN_LOCATION Qt5::Feedback PLUGIN_LOCATION)
19
19
 
20
20
message(STATUS "Installing Qt5 feedback plugin to: ${PLUGIN_INSTALL_LOCATION}")