MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0010431 | CMake | Modules | public | 2010-03-17 17:58 | 2016-06-10 14:31 |
| Reporter | dam | ||||
| Assigned To | Clinton Stimpson | ||||
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | CMake-2-8 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0010431: QT4_ADD_RESOURCES build file in ${CMAKE_CURRENT_BINARY_DIR} | ||||
| Description | Qt resources files are not build in the correct build directory. For example if I have a foo project which contains: - build/ - CMakeLists.txt - src/ - src/foo/ - src/foo/resources.qrc the file qrc_resources.cxx will be built in build/ and not in build/src/foo/. | ||||
| Steps To Reproduce | |||||
| Additional Information | I think the same problem occurs for ui files. GET_FILENAME_COMPONENT(outfile ${it} NAME_WE) GET_FILENAME_COMPONENT(infile ${it} ABSOLUTE) - SET(outfile ${CMAKE_CURRENT_BINARY_DIR}/ui_${outfile}.h) + QT4_MAKE_OUTPUT_FILE(${infile} ui_ h outfile) ADD_CUSTOM_COMMAND(OUTPUT ${outfile} | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://public.kitware.com/Bug/file/2979/qt4_add_resources.patch | ||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2010-03-17 17:58 | dam | New Issue | |||
| 2010-03-17 17:58 | dam | File Added: qt4_add_resources.patch | |||
| 2010-03-17 18:34 | Clinton Stimpson | Status | new => assigned | ||
| 2010-03-17 18:34 | Clinton Stimpson | Assigned To | => Clinton Stimpson | ||
| 2010-03-17 18:35 | Clinton Stimpson | Note Added: 0019948 | |||
| 2010-03-17 18:35 | Clinton Stimpson | Status | assigned => closed | ||
| 2010-03-17 18:35 | Clinton Stimpson | Resolution | open => fixed | ||
| 2010-04-08 18:40 | Clinton Stimpson | Note Added: 0020105 | |||
| 2010-04-08 18:40 | Clinton Stimpson | Status | closed => feedback | ||
| 2010-04-08 18:40 | Clinton Stimpson | Resolution | fixed => reopened | ||
| 2010-04-08 18:41 | Clinton Stimpson | Status | feedback => acknowledged | ||
| 2010-04-20 02:39 | dam | Note Added: 0020269 | |||
| 2010-04-20 10:28 | Clinton Stimpson | Note Added: 0020273 | |||
| 2010-04-20 10:36 | Clinton Stimpson | Note Added: 0020274 | |||
| 2012-08-13 23:25 | Clinton Stimpson | Status | acknowledged => backlog | ||
| 2016-06-10 14:27 | Kitware Robot | Note Added: 0041670 | |||
| 2016-06-10 14:27 | Kitware Robot | Status | backlog => resolved | ||
| 2016-06-10 14:27 | Kitware Robot | Resolution | reopened => moved | ||
| 2016-06-10 14:31 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||