From be0376665a80d0d8f4777bed34c2a39d11fc38ab Mon Sep 17 00:00:00 2001 From: gregory guy Date: Fri, 24 Apr 2020 12:18:37 +0200 Subject: Allow tqtinterface to build without OpenGL support. This should close bug 2645. Some cosmetics here and there. Adapted for r14.0.x branch. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gregory guy Signed-off-by: Slávek Banko (cherry picked from commit db81506ab39530bfee455d14054040b4f43cd945) --- config.h.cmake | 11 +++++++++++ 1 file changed, 11 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..558e25c --- /dev/null +++ b/config.h.cmake @@ -0,0 +1,11 @@ +#define VERSION "@TQT_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@ + +/* Defined if you build with OpenGL */ +#cmakedefine HAVE_OPENGL 1 -- cgit v1.2.1