[cmake-developers] [CMake 0016068]: qt5 autorcc uses wrong output folder
Mantis Bug Tracker
mantis at public.kitware.com
Fri Apr 15 10:56:41 EDT 2016
The following issue has been SUBMITTED.
======================================================================
https://public.kitware.com/Bug/view.php?id=16068
======================================================================
Reported By: Martin Haaß
Assigned To:
======================================================================
Project: CMake
Issue ID: 16068
Category: CMake
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2016-04-15 10:56 EDT
Last Modified: 2016-04-15 10:56 EDT
======================================================================
Summary: qt5 autorcc uses wrong output folder
Description:
The file qrc_Editor.cpp generated by the qt5 rcc compile step from Editor.qrc is
put into CMAKE_BINARY_DIR/CMakeFiles/${target}.dir
where it cannot be found/referenced.
Files generated by automoc and autoui are put in CMAKE_BINARY_DIR, where they
can be found.
Inside CMAKE_BINARY_DIR/CMakeFiles/${target}.dir there is another folder
${target}.dir/CMakeFiles/${target}.dir which contains qrc_Editor.cpp.o.
To me it looks like cmake start the rcc step with the wrong folder
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2016-04-15 10:56 Martin Haaß New Issue
======================================================================
More information about the cmake-developers
mailing list