Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot compile on Ubuntu 16.04 #11

Open
j75 opened this issue Mar 27, 2017 · 1 comment
Open

Cannot compile on Ubuntu 16.04 #11

j75 opened this issue Mar 27, 2017 · 1 comment

Comments

@j75
Copy link

j75 commented Mar 27, 2017

Hello!

Trying to build the executable with QtCreator on a Ubuntu amd64 produces the following messages:

mainwindow.cpp: In function 'QString getColoredText(QString, QString)':
mainwindow.cpp:37:63: error: 'QStringLiteral' was not declared in this scope
     return QStringLiteral("<span style='color: %1;'>%2</span>").arg(
                                                               ^
mainwindow.cpp:40:22: error: 'class QString' has no member named 'toHtmlEscaped'
                     .toHtmlEscaped()

Any idea how to fix that?

@wd5gnr
Copy link
Owner

wd5gnr commented Apr 5, 2017

I am not able to reproduce this. What version of Qt are you building against?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants