PDA

View Full Version : NMAKE : fatal error U1073: don't know how to make 'release\main.moc'



ashish18
27th August 2015, 12:56
Hi Qt,

After running this command with in our project folder one by one
1. qmake - project
2. qmake -makefile
3 .nmake -f Makefile.Release
I am getting
Microsoft (R) Program Maintenance Utility Version 12.00.21005.1
Copyright (C) Microsoft Corporation. All rights reserved.

NMAKE : fatal error U1073: don't know how to make 'release\main.moc'
Stop.

I am using windows 10 and Qt 5.4.1 please tell something...

ChrisW67
27th August 2015, 22:25
Post the #include lines from main.cpp and the generated pro file in
... tags.