~ubuntu-branches/debian/stretch/apper/stretch

« back to all changes in this revision

Viewing changes to config.h.cmake

  • Committer: Package Import Robot
  • Author(s): Matthias Klumpp
  • Date: 2013-06-24 14:32:36 UTC
  • mfrom: (8.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130624143236-8259lpdjgnrjxiik
Tags: 0.8.0-2
* Upload to unstable (Closes: #696585, #697996, #708090)
* Add patch to compile against new QPK API

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
// Define if your backend have autoremove feature.
8
8
#cmakedefine HAVE_AUTOREMOVE
9
9
 
10
 
// Define if app-install data is available.
11
 
#cmakedefine HAVE_APPINSTALL
12
 
 
13
 
// Define the app-install database path.
14
 
#cmakedefine AI_DB_PATH "@AI_DB_PATH@"
15
 
 
16
 
// Define the app-install categories path.
17
 
#cmakedefine AI_CATEGORIES_PATH "@AI_CATEGORIES_PATH@"
 
10
// Define if AppStream data is available.
 
11
#cmakedefine HAVE_APPSTREAM
 
12
 
 
13
// Define the AppStream categories path.
 
14
#cmakedefine AS_CATEGORIES_PATH "@AS_CATEGORIES_PATH@"
18
15
 
19
16
// Define the edit origins command.
20
17
#cmakedefine EDIT_ORIGNS_DESKTOP_NAME "@EDIT_ORIGNS_DESKTOP_NAME@"
21
18
 
 
19
// Define the Apper version.
 
20
#cmakedefine APP_VERSION "@APP_VERSION@"
 
21
 
22
22
#endif //CONFIG_H