Warning, /system/apper/config.h.cmake is written in an unsupported language. File is not indexed.

0001 #ifndef CONFIG_H
0002 #define CONFIG_H
0003 
0004 // Define if you have DebconfKDE libraries and header files.
0005 #cmakedefine HAVE_DEBCONFKDE
0006 
0007 // Define if your backend have autoremove feature.
0008 #cmakedefine HAVE_AUTOREMOVE
0009 
0010 // Define if AppStream is available.
0011 #cmakedefine HAVE_APPSTREAM
0012 
0013 // Define if Limba is available.
0014 #cmakedefine HAVE_LIMBA
0015 
0016 // Define if screenshot provider
0017 #cmakedefine SCREENSHOT_PROVIDER "@SCREENSHOT_PROVIDER@"
0018 
0019 // Define the AppStream categories path.
0020 #cmakedefine AS_CATEGORIES_PATH "@AS_CATEGORIES_PATH@"
0021 
0022 // Define the edit origins command.
0023 #cmakedefine EDIT_ORIGNS_DESKTOP_NAME "@EDIT_ORIGNS_DESKTOP_NAME@"
0024 
0025 // Define the Apper version.
0026 #define APPER_VERSION "@PROJECT_VERSION@"
0027 
0028 #endif //CONFIG_H