> I build qt 5.15 (latest from git) under windows 10 with msvc 2019 with the 
> following commands:
> configure -developer-build -opensource -confirm-license -opengl desktop 
> -no-feature-accessibility -mp -nomake examples -
> nomake tests -skip qt3d -skip qtwebengine
>    nmake
>
>    Build failed with the following error message:
>
> NMAKE : fatal error U1073: don't know how to make 
> 'D:\qt5\qtbase\include\QtGui\5.15.0\QtGui\private\qcssparser_p.h'
> Stop.
> [...]
>    The file D:\qt5\qtbase\include\QtGui\5.15.0\QtGui\private\qcssparser_p.h 
>doesn't exist, instead the file 
>D:\qt5\qtbase\include\QtGui\5.15.2\QtGui\private\qcssparser_p.h exist

This sounds like you have a tainted build directory. Just delete all artifacts 
and start from scratch.

Kai

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to