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