~lukas-kde/unity8/betterSessionManagement

« back to all changes in this revision

Viewing changes to tools/menutool/CMakeLists.txt

  • Committer: Lukáš Tinkl
  • Date: 2017-03-24 11:57:27 UTC
  • mfrom: (2800.1.91 unity8)
  • Revision ID: lukas.tinkl@canonical.com-20170324115727-34c7tvv3qnxvxzdj
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
add_executable(menutool
 
2
    menutool.cpp
 
3
    )
 
4
 
 
5
qt5_use_modules(menutool Qml Quick)