qt windowed application

General questions regarding the usage of CodeLite
uniunit
CodeLite Curious
Posts: 3
Joined: Fri Jun 20, 2014 9:25 pm
Genuine User: Yes
IDE Question: c++
Contact:

qt windowed application

Post by uniunit »

#include <QApplication>
#include <QFont>
#include <QPushButton> debugger can't find these files. do i need to include them manually? What version is codelite managed to be compatible with? (qt))
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: qt windowed application

Post by eranif »

Please provide more information. I can answer that codelite is compatible with QT, but it won't solve your problem.
To fully understand your problem, please be more descriptive and provide the information as requested in the HOW TO POST thread

Eran
Make sure you have read the HOW TO POST thread
uniunit
CodeLite Curious
Posts: 3
Joined: Fri Jun 20, 2014 9:25 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: qt windowed application

Post by uniunit »

I create qt application. Not included are files mentioned above. Also, where do I need to mention qt libraries?
Post Reply