https://bugzilla.redhat.com/show_bug.cgi?id=870455
Orion Poplawski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] | |, | |[email protected] | |oject.org, | |[email protected], | |[email protected], | |[email protected] Component|cmake |mingw32-filesystem Assignee|[email protected] |[email protected] --- Comment #5 from Orion Poplawski <[email protected]> --- 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 [email protected] https://admin.fedoraproject.org/mailman/listinfo/mingw
