PDA

View Full Version : use a qt class



mickey
27th July 2006, 16:32
hi, I subclassed qprogressDilaog class in to myProgressDialog class; I designed a progressDialog.ui in designer; now i'd like export myprogressdialog class in a non qt app (that it use .pro file). so I included in .pro "myprogressdialog.h" and "....cpp" but compiler say me that don't find progress.ccp file! this file in other directory and it is generated from Qt when it's compiling....how do I resolve? thanks

wysota
28th July 2006, 11:04
Can we see the .pro file?