Am 08.12.2015 um 01:34 schrieb Kornel Benko:

The script lacks the cmake parameter '-DLYX_USE_QT=QT5'. Since the default is 
QT4, the compilation is without QT5.

Thanks Kornel. However, when I start the compilation I see that QT5 is detected because I configured CMake with QT5.

BTW. I need to compile iconv without const but the attached patch does not help me. What do i miss?

thanks and regards
Uwe
 development/cmake/configCompiler.h.cmake          | 2 +-
 development/cmake/configCompiler.h.msvc           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/development/cmake/configCompiler.h.cmake 
b/development/cmake/configCompiler.h.cmake
index 858cfc9..c46daa7 100644
--- a/development/cmake/configCompiler.h.cmake
+++ b/development/cmake/configCompiler.h.cmake
@@ -59,7 +59,7 @@
 #define HAVE_ALLOCA
 #endif
 
-#cmakedefine HAVE_ICONV_CONST 1
+#cmakedefine HAVE_ICONV_CONST 0
 #ifdef HAVE_ICONV_CONST
 #define ICONV_CONST const
 #else
diff --git a/development/cmake/configCompiler.h.msvc 
b/development/cmake/configCompiler.h.msvc
index d978be1..38bb350 100644
--- a/development/cmake/configCompiler.h.msvc
+++ b/development/cmake/configCompiler.h.msvc
@@ -105,7 +105,7 @@
 #endif
 
 
-#define HAVE_ICONV_CONST 1
+#define HAVE_ICONV_CONST 0
 #ifdef HAVE_ICONV_CONST
 #define ICONV_CONST const
 #else

Reply via email to