[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?
4 replies
Do you have the GUI module included as part of your project?
Could you try this in your .pro file?
- QT += gui
You must log in to post a reply. Not a member yet? Register here!




