PDA

View Full Version : qmake: "error(message) requires one argument"



trallallero
19th November 2013, 12:17
I'm working on Ubuntu 12.04, qt 4.8.1, qtcreator 2.8.1 (installed using ppa) and getting this error in a .pro file.

"error(message) requires one argument"

the line of code is:
error(updaterev not found, build tools first)

But if I write, for example:
error(ciao)

I get the error:
ciao

9800

I don't understand how to fix it.

Added after 30 minutes:

Ok, I'm stupid :cool:
The error is thrown by the error function.
Please ignore it.