The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=11484 ====================================================================== Reported By: David Coppa Assigned To: ====================================================================== Project: CMake Issue ID: 11484 Category: Modules Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2010-11-19 05:17 EST Last Modified: 2010-11-19 05:17 EST ====================================================================== Summary: Issue into Qt4ConfigDependentSettings.cmake Description: There was a wrong commit for Modules/Qt4ConfigDependentSettings.cmake:
http://cmake.org/gitweb?p=cmake.git;a=commit;h=5e1a2408fedd379467693b3548d46dad464f72ad Starting at line 66: IF(NOT QT_IS_STATIC) RETURN() ENDIF(NOT QT_IS_STATIC) This is incorrect and it should be the opposite. By now, QT_QT*_LIB_DEPENDENCIES usage is broken due to this. I've attached a simple diff that fixes the problem. Ciao, David ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2010-11-19 05:17 David Coppa New Issue 2010-11-19 05:17 David Coppa File Added: Qt4ConfigDependentSettings.diff ====================================================================== _______________________________________________ cmake-developers mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
