mingw - Recipe for target failed (Qt Creator) -


i have hello world app consists mainwindow.h, mainwindow.cpp, main.cpp , mainwindow.ui. when try compile it, receive following error messages:

    e:\qt\5.2.1\msvc2012_64_opengl\bin\uic.exe mainwindow.ui -o ui_mainwindow.h     makefile.debug:226: recipe target 'ui_mainwindow.h' failed     mingw32-make[1]: *** [ui_mainwindow.h] error -1073741515     mingw32-make[1]: leaving directory 'e:/qt/workspace/run'     makefile:34: recipe target 'debug' failed     mingw32-make: *** [debug] error 2. 

so suppose ui_mainwindow.h generated, compiler can't find @ next step. how can fix it?

the same problem fixed (http://www.prog.org.ru/topic_27434_0.html). seems no icu dlls in bin dir. (change pathes yours).

copy c:\icu\bin*.dll c:\qt\qt5.7.0n\bin\


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -