~osomon/oxide/override-touchUngrabEvent

« back to all changes in this revision

Viewing changes to qt/quick/CMakeLists.txt

  • Committer: Olivier Tilloy
  • Date: 2016-01-12 11:46:34 UTC
  • mfrom: (1272.2.38 touch-selection-api)
  • Revision ID: olivier.tilloy@canonical.com-20160112114634-u1t78baa0u4hfoha
Add a touch selection API, to allow embedders to display handles for resizing the current selection, and contextual actions for it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# vim:expandtab:shiftwidth=2:tabstop=2:
2
2
 
3
 
# Copyright (C) 2014-2015 Canonical Ltd.
 
3
# Copyright (C) 2014-2016 Canonical Ltd.
4
4
 
5
5
# This library is free software; you can redistribute it and/or
6
6
# modify it under the terms of the GNU Lesser General Public
34
34
    api/oxideqquickscriptmessage.cc
35
35
    api/oxideqquickscriptmessagehandler.cc
36
36
    api/oxideqquickscriptmessagerequest.cc
 
37
    api/oxideqquicktouchselectioncontroller.cc
37
38
    api/oxideqquickuserscript.cc
38
39
    api/oxideqquickwebcontext.cc
39
40
    api/oxideqquickwebcontextdelegateworker.cc
50
51
    oxide_qquick_javascript_dialog.cc
51
52
    oxide_qquick_prompt_dialog.cc
52
53
    oxide_qquick_software_frame_node.cc
 
54
    oxide_qquick_touch_handle_drawable.cc
53
55
    oxide_qquick_web_context_menu.cc
54
56
    oxide_qquick_web_popup_menu.cc
55
57
    ${MOC_EXTRA})