MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0009929 | CMake | Modules | public | 2009-11-20 03:44 | 2010-11-09 16:37 |
| Reporter | Alex Neundorf | ||||
| Assigned To | Clinton Stimpson | ||||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | CMake-2-8 | ||||
| Target Version | Fixed in Version | CMake-2-8 | |||
| Summary | 0009929: FindQt4: the search for additional libraries does not prefer the output from qmake | ||||
| Description | When searching the additional libraries, like e.g. libSM.so parsed from the Qt config file, the libraries are searched using: find_library(.... PATHS ${some_dir}) This has the effect that on a 64bit system it found /usr/X11R6/lib/libSM.so, while Qt said it should look it /usr/X11R6/lib64/. The find_xxx() calls should be changed to use HINTS instead of PATHS. This fixes the problem (tested here). Alex | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2009-11-20 03:44 | Alex Neundorf | New Issue | |||
| 2009-11-20 03:44 | Alex Neundorf | Status | new => assigned | ||
| 2009-11-20 03:44 | Alex Neundorf | Assigned To | => Clinton Stimpson | ||
| 2009-11-20 10:13 | Clinton Stimpson | Note Added: 0018495 | |||
| 2009-11-21 19:55 | Alex Neundorf | Note Added: 0018510 | |||
| 2009-11-28 10:26 | Clinton Stimpson | Note Added: 0018605 | |||
| 2010-03-17 12:50 | Clinton Stimpson | Note Added: 0019939 | |||
| 2010-03-17 12:50 | Clinton Stimpson | Status | assigned => resolved | ||
| 2010-03-17 12:50 | Clinton Stimpson | Resolution | open => fixed | ||
| 2010-11-09 16:37 | Alex Neundorf | Note Added: 0023112 | |||
| 2010-11-09 16:37 | Alex Neundorf | Status | resolved => closed | ||
| 2010-11-09 16:37 | Alex Neundorf | Fixed in Version | => CMake-2-8 | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||