NMAKE : fatal error U1077: return code '0xc0000135'

前端 未结 2 1183
无人及你
无人及你 2021-01-04 02:15

I\'m trying to follow steps explained here: but after entering the following into console:

configure.exe -release -no-webkit -no-phonon -no-phonon-backend -n         


        
2条回答
  •  孤城傲影
    2021-01-04 02:42

    when you configured you forgot to add the comipiler option..

    Open up microsoft visual studio command prompt and navigate to the directory of Qt source code.

    type

    configure -platform win32-msvc2010 
    

    and then run

    nmake
    

提交回复
热议问题