https://bugzilla.redhat.com/show_bug.cgi?id=870455
Orion Poplawski <or...@cora.nwra.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dr...@land.ru, | |erik-fed...@vanpienbroek.nl | |, | |fedora-mingw@lists.fedorapr | |oject.org, | |kalevlem...@gmail.com, | |lfar...@lfarkas.org, | |rjo...@redhat.com Component|cmake |mingw32-filesystem Assignee|or...@cora.nwra.com |rjo...@redhat.com --- Comment #5 from Orion Poplawski <or...@cora.nwra.com> --- Toolchain appears to be setting QT_BINARY_DIR to: QT_BINARY_DIR=/usr/i686-w64-mingw32/bin/usr/bin which isn't correct. --- /usr/share/mingw/Toolchain-mingw32.cmake.orig 2012-10-29 20:53:22.038953114 -0600 +++ /usr/share/mingw/Toolchain-mingw32.cmake 2012-10-29 20:52:00.350620208 -0600 @@ -14,7 +14,7 @@ SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) # Make sure Qt can be detected by CMake -SET(QT_BINARY_DIR /usr/i686-w64-mingw32/bin /usr/bin) +SET(QT_BINARY_DIR /usr/i686-w64-mingw32/bin) # set the resource compiler (RHBZ #652435) SET(CMAKE_RC_COMPILER /usr/bin/i686-w64-mingw32-windres) should do the trick. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ mingw mailing list mingw@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/mingw