من لینکی که دادی را ۲۰ بار خوندم و حتی ۴-۵ تا لینک دیگه را هم رفتم خوندم ولی مشکل من دقیقا با این قسمت هست که نوشته
Building Qt Statically
Before we can build our application we must make sure that Qt is built statically. To do this, go to a command prompt and type the following:
cd C:\path\to\Qt
configure -static <any other options you need>
Remember to specify any other options you need, such as data base drivers, as arguments to configure. Once configure has finished, type the following:
nmake sub-src
This will build Qt statically. Note that we have used nmake in all the examples, but if you use MinGW you must use the mingw32-make instead.
به جای namke از mingw32-make استفاده کردم ولی باور کن ۲۰ بار زدم qt را از اول کامپایل کردم ولی هر بار ارور میده
اینجا هم پست زدم
http://www.qtforum.org/article/33896/static-qt.html ولی هیچ کسی جوابم را نداده
این در حالت استاتیک کامپایل نمیشه.
من فکر میکنم مشکل من با <any other options you need> این باشه چون من دقیقا نمیدونم باید اینجا چی بنویسم. من از این استفاده میکردم
configure -static -release -no-exceptions
اشتباه کردم؟برای برنامه ی خودت چیا لازم هست تا در configure نوشته بشه؟
=====
منظورت از فریم ورک کیوت تحت ویندوز چیه ؟ من با qt creator در حالت release کدم را کامپایل کردم.
اشتباه کردم؟