~ubuntu-branches/ubuntu/vivid/libusermetrics/vivid

« back to all changes in this revision

Viewing changes to data/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Pete Woods, Ubuntu daily release
  • Date: 2013-10-02 02:10:48 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20131002021048-9a2817y13xze516i
Tags: 1.1.1+13.10.20131002-0ubuntu1
[ Pete Woods ]
* Prevent apps and users from modifying data they shouldn't be able to
  modify.
* Handle exceptions in the QML API.
* Support reading colors from gconf.
* Ignore leak in QXmlPatterns on i386 (must be fixed at source)
* Add wildcards to suppress reported leak in Qt. (LP: #1233003)
* Repond to security team's review.

[ Ubuntu daily release ]
* Automatic snapshot from revision 139

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include("UseGSettings")
 
2
 
 
3
###########################
 
4
# Settings
 
5
###########################
 
6
 
 
7
add_schema("com.canonical.UserMetrics.gschema.xml")
 
8
 
 
9
install(
 
10
        DIRECTORY
 
11
                themes
 
12
        DESTINATION
 
13
                "${CMAKE_INSTALL_DATADIR}/libusermetrics"
 
14
)
 
15
 
1
16
###########################
2
17
# Policy
3
18
###########################