From f92c11dfdcde621a6b7384bcf867b87cdb14280c Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 9 Apr 2019 18:02:42 +0200 Subject: conversion to the cmake building system MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed cpp files generated from ui files. This resolves issue #1. Signed-off-by: gregory guy Signed-off-by: Slávek Banko --- config.h.cmake | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.h.cmake (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake new file mode 100644 index 0000000..61ede3a --- /dev/null +++ b/config.h.cmake @@ -0,0 +1,8 @@ +#define VERSION "@VERSION@" + +// Defined if you have fvisibility and fvisibility-inlines-hidden support. +#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1 + +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@ -- cgit v1.2.3