that will do the job..
you have to configure/compile qtopia again brother!! ..
Hi,
After commenting the lines in qconfig-ape.h to enable file dialog.
I did ./configure , make , make install.
Still it doesn't work ..
My application shows error that "QFileDialog" was not declared in this scope ?
I have included #include <QFileDialog> in my application..
Any idea what could be the problem?
i also enabled the file dialog a few weeks ago... it was done fine... did you confclean before configure? .
its not -clean...
sorry i gave u the wrong word
from qt doc..
this for windows ... i dont know linux one... ... we did the configure in a fresh folder of qt soruce..Note: If you later need to reconfigure and rebuild Qt from the same location, ensure that all traces of the previous configuration are removed by entering the build directory and typing nmake distclean before running configure again.
ok.. i check what was the case we did in our project.... actully we needed to use QSplitter.. and we commented that out in config file... we also wanted to use QFileDialog and commented it but actually we did not used it at all!!.. i will try to compile the old project with file dialog and tell u the result..
Bookmarks