Hi,<br><br><div class="gmail_quote">On Thu, Jul 12, 2012 at 6:12 PM, Yixun Liu <span dir="ltr">&lt;<a href="mailto:yxliuwm@gmail.com" target="_blank">yxliuwm@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>Hi,</div>
<div>I am using FIND_PACKAGE(Qt4 REQUIRED) in the CMakeLists to find Qt libs.</div>
<div>QT_LIBRARIES gives me QtGui, QtSql and QtCore, which are static libs.</div></blockquote><div><br></div><div>How do you know that? Whats the actual content of the variable? Which platform are you running on?</div><div>
 </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>How to force FIND_PACKAGE to find the dynamic libs: QtGui4, QtSql4 and QtCore4?</div></blockquote><div><br></div><div>I think you&#39;re misinterpreting whats happening, QtCore is the name on *nix platforms usually and QtCore4 is used only on Windows (and the name of the frameworks on MacOSX). I doubt you have libraries with both names, one being shared and one being static in the same directory and thats the only way the wrong one would be preferred since FIND_LIBRARY only searches in Qt&#39;s library-directory as reported by qmake.</div>
<div><br></div><div>Andreas</div></div>