PDA

View Full Version : include QtDebug problem



rade908
9th August 2013, 09:08
Hi everyone,

I for first time using qtcreator and I have some problems with Qtdebug.
The problem is when i include QtDebug in my project, i get report QtDebug: No such file or directory, and i don't know what i must to do to solve this problem.
On picture you can see the problem. I using Linux operating sistem and QtCreator 5.1. Can someone tell me how to solve the problem
9397

wagmare
9th August 2013, 09:09
its ..

#include <QDebug>
#include <qdebug.h>
try this ..