diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-22 17:40:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-22 17:40:22 +0900 |
commit | 581fd4262bbec7f0478957581bbf662ada6a6572 (patch) | |
tree | a928f5000b3d4f3af063ed2fc5c795cc5cbae03e /config.h.cmake | |
parent | a5f3aa24b61eee302a0f33e05a1d728198e79358 (diff) | |
download | tqtinterface-master.tar.gz tqtinterface-master.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/config.h.cmake b/config.h.cmake deleted file mode 100644 index 845c6d4..0000000 --- a/config.h.cmake +++ /dev/null @@ -1,11 +0,0 @@ -#define VERSION "@TQT_VERSION@" - -// Defined if you have fvisibility and fvisibility-inlines-hidden support. -#cmakedefine __TDE_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 |