Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
[Solved] QRegExpValidator: No such file or directory
-
Hi all,
I'm developing an application using Qt 4.7.1 compiled by myself in Linux.
Now I need to:
@
#include <QRegExpValidator>
@
but I get the error in the title of post:
@
QRegExpValidator: No such file or directory
@What do you think is the problem?
-
Do you have the GUI module included as part of your project?
Could you try this in your .pro file?
@
QT += gui
@
-
Yes... :-D
Thanks and sorry for the stupid question.
-
[quote author="Luca" date="1300098471"]Yes... :-D
Thanks and sorry for the stupid question.[/quote]
I take this to mean that your problem is solved?
-
Yes, It solved the problem.