On Monday, 2 September 2013 12:07:32 CEST, Joseph W. Joshua wrote:
I managed to solve this error by changing it
from string(REGEX REPLACE "\\\\" "/" QTDIR $ENV{QTDIR}) to: string(REGEX REPLACE "\\\\" "/" QTDIR "$ENV{QTDIR}")

You have not solved this error, you merely muted the diagnostic message. The problem is that the build system expects the QTDIR to point to a directory with Qt's sources. That's probably not a good expectation and the code should explicitly check for this before it proceeds.

Could you please check whether this patch [1] fixes the problem for you?

Christian, could you please check that it introduces no regressions for you?

With kind regards,
Jan

[1] https://git.reviewboard.kde.org/r/112446/

--
Trojitá, a fast Qt IMAP e-mail client -- http://trojita.flaska.net/

Reply via email to