[Development] Why we need some CMake file of Build Or Install Qt?

Stephen Kelly stephen.kelly at kdab.com
Fri Mar 23 12:02:41 CET 2012


On Friday, March 23, 2012 17:52:28 Loaden wrote:
> Here is the log:

Thanks for that. It's not showing where the problem is though. Can you add a 
message like this please:


diff --git a/mkspecs/features/qt_module_config.prf 
b/mkspecs/features/qt_module_config.prf
index cae5f47..c6b5074 100644
--- a/mkspecs/features/qt_module_config.prf
+++ b/mkspecs/features/qt_module_config.prf
@@ -42,7 +42,8 @@ CONFIG          -= fix_output_dirs
 win32|mac:!macx-xcode:CONFIG += debug_and_release
 linux*:QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF
 
-CONFIG += create_cmake
+message("CMAKE -- TARGET: $$TARGET -- MODULE: $$MODULE -- DESTDIR: 
$$DESTDIR")
+!isEmpty(MODULE):CONFIG += create_cmake
 
 contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
 unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions


and save all the lines in the log that have CMAKE in them.

Did you do a clean configure after applying the patch from 
http://codereview.qt-project.org/#change,21077 ?

Thanks,

-- 
Stephen Kelly <stephen.kelly at kdab.com> | Software Engineer
KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company
www.kdab.com || Germany +49-30-521325470 || Sweden (HQ) +46-563-540090
KDAB - Qt Experts - Platform-Independent Software Solutions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120323/7a68873b/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120323/7a68873b/attachment.sig>


More information about the Development mailing list