Re: [CMake] CMake files for static builds of Qt 5

2012-08-22 Thread Stephen Kelly
Forwarding to the cmake list. Context: We're discussing the patch at: https://codereview.qt-project.org/#change,33193 in which a line similar to (eg from QtCore.prl): QMAKE_PRL_LIBS = -lpthread -lz -licui18n -licuuc -lm -ldl -pthread - lgthread-2.0 -lrt -lglib-2.0 The line in QtGui.prl looks

Re: [CMake] CMake files for static builds of Qt 5

2012-08-22 Thread Clinton Stimpson
On Wednesday, August 22, 2012 05:03:47 PM Stephen Kelly wrote: Forwarding to the cmake list. Context: We're discussing the patch at: https://codereview.qt-project.org/#change,33193 in which a line similar to (eg from QtCore.prl): QMAKE_PRL_LIBS = -lpthread -lz -licui18n -licuuc -lm

Re: [CMake] CMake files for static builds of Qt 5

2012-08-22 Thread Stephen Kelly
Clinton Stimpson wrote: To clarify, I wasn't talking about moving Qt. I was talking about a pre- compiled libraries that depend on Qt being put on another machine, along with their cmake export files. Thanks for clarifying! The QMAKE_PRL_LIBS has paths -L/usr/X11R6/lib64