mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 02:42:52 +00:00
8 lines
134 B
CMake
8 lines
134 B
CMake
![]() |
#ifndef CONFIG_H
|
||
|
#define CONFIG_H
|
||
|
|
||
|
// Define the app-install database path.
|
||
|
#cmakedefine PM_VERSION "@PM_VERSION@"
|
||
|
|
||
|
#endif //CONFIG_H
|