PDA

View Full Version : Problem in using MultiPageWidget !



Krish
19th March 2008, 16:42
Hello! Friends,
I am using Qt4.3 in WInXP. I used this MultiPageWidget from Display Widgets in my Form with the designer, but when compiled its not able to find multipagewidget.h header. Obviously as its not in Qt's bin directory. So am confused like where to make proper change.

Do i have to add the file path to .pro file, if yes where?
I mean like INCLUDEPATH += . ../path to the header OR
Do i have to add the path to path variable?

I will be grateful if helped?:)

Thanks in advance.

jpn
19th March 2008, 18:39
Try:

INCLUDEPATH += $$[QT_INSTALL_EXAMPLES]/designer/containerextension