#include<QDialog> file not found or does not exist error occurs how to handle
-
while compiling i am getting this error file not found or does not exist actually i am opening one old project in my Qt version 5.5 how to solve this issue plz help
-
Hi and welcome to devnet,
Any chances that you are missing
QT += widgetsin your .pro file ? -
while compiling i am getting this error file not found or does not exist actually i am opening one old project in my Qt version 5.5 how to solve this issue plz help
@C-K-Senthil-kumar
Do you havegreaterThan(QT_MAJOR_VERSION, 4): QT += widgetsin your pro file?