Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
5.3.1
-
None
-
Windows
Description
If a module is added to .pro and then nmake is called it does not regenerate the MakeFile.
Steps to reproduce.
Unzip the attached example and do
qmake
nmake
you will get error
fatal error C1083: Cannot open include file: 'QApplication': No such file or directory
This is because there is no Widget module added to .pro
Now open pro file and uncomment QT+=widgets and save this file
Now run nmake, you again get same error as above.
This works fine with mingw and on Mac make.
Attachments
Issue Links
- duplicates
-
QTBUG-29961 meta-makefile's targets don't depend on the respective sub-makefiles
-
- Closed
-