diff options
author | Slávek Banko <[email protected]> | 2022-09-05 22:29:25 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-09-06 03:53:30 +0200 |
commit | 4c626268c0bd7f548e4c23d22fc3b7d18b2f63cf (patch) | |
tree | c7d0f569ddb4653843169a1d8b3986d083e1c7f9 /config.h.cmake | |
parent | 984ef3397ed76225c01def1e5ff356a7d2c6e784 (diff) | |
download | gtk-qt-engine-4c626268c0bd7f548e4c23d22fc3b7d18b2f63cf.tar.gz gtk-qt-engine-4c626268c0bd7f548e4c23d22fc3b7d18b2f63cf.zip |
Housekeeping of CMake rules.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 49ce296ac51321833c363cc65176070971c5f539)
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake new file mode 100644 index 0000000..c5045ac --- /dev/null +++ b/config.h.cmake @@ -0,0 +1,11 @@ +#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@ + +/* Defined if libbonoboui is available */ +#cmakedefine HAVE_BONOBO 1 |