Menu

#11 compile error QApplication::UnicodeUTF8

2.0
closed
nobody
None
2014-10-29
2014-10-28
No

QApplication::UnicodeUTF8 is removed/deprecated in latest Qt5 an need to removed...

f.e.

QApplication::translate("SqlDesigner", "QSQLITE", 0, QApplication::UnicodeUTF8);

to

QApplication::translate("SqlDesigner", "QSQLITE", 0);

Discussion

  • aliks-os

    aliks-os - 2014-10-29

    Very strange, I use Qt5 over a year and I have no problems. You watch attentively source code

     
  • aliks-os

    aliks-os - 2014-10-29
    • status: open --> closed
     
  • Thomas Hasart

    Thomas Hasart - 2014-10-29

    oh sorry my fault.
    Ui files generated by qt4 used. Shadow build configuration does not work on the the project, so i didnt noticed that it used the old ui files^^

     

Log in to post a comment.