When I try to run my first program in QT I get the followinging error:
/untitled1/main.cpp:1:26: fatal error: qapplication.h: No such file or directory #include ^ compilation terminated. make: * [main.o] Error 1 09:38:51: The process "/usr/bin/make" exited with code 2. Error while building/deploying project untitled1 (kit: Desktop) When executing step 'Make' 09:38:52: Elapsed time: 00:01.
Please help me.
QT += widgets
in your .pro file. – Quaxton Haleqapplication.h
with<QApplication>
– Quaxton Hale