Compilation error in 5.27.7

Started by Michel, August 05, 2015, 04:19:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Michel

The compilation stops after some steps with the following error

interface/timetableprintform.cpp: In member function 'void TimetablePrintForm::print()':
interface/timetableprintform.cpp:1186:2: error: 'QMarginsF' was not declared in this scope
  QMarginsF printerMargins;
  ^

I am using:

  • ubuntu 14.04
  • QMake version 3.0
  • Using Qt version 5.2.1 in /usr/lib/x86_64-linux-gnu
  • gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04)

Liviu Lalescu

Please overwrite with the attached files and compile and let me know asap if the problem is solved.

Michel


Liviu Lalescu

Thank you for your bug report! I think I will release today version 5.27.8, with this bug fix, because it is urgent.

Volker Dirr

oh.. yes, QMarginsF need 5.3. Sorry, it was my bug.