Export WITH_KCRASH in CalamaresConfig.h.in.

This commit is contained in:
Teo Mrnjavac 2016-03-16 12:19:19 +01:00
parent e737c91796
commit fe1e1cb3c0

View File

@ -10,5 +10,10 @@
//cmakedefines for CMake variables (e.g. for optdepends) go here
#cmakedefine WITH_PYTHON
#cmakedefine WITH_KF5Crash
#ifdef WITH_KF5Crash
#define WITH_KCRASH
#endif
#endif // CALAMARESCONFIG_H