Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
None
-
6.0.0
-
Windows 10 20H2 64bit
MSVC2019 64 bit
jom 1.1.3
cmake 3.19.0
Description
- Clone qt5.git, branch 6.0.0.
- In the cloned directory, run
perl init-repository
- Configure.
I usedD:\dev\src\qt-6.0.0\configure.bat -developer-build -opensource -confirm-license -nomake examples -nomake tests -skip webengine
- Try building this.
You will end up with:Cannot add commands to previously defined target qtbase\src\plugins\generic\tuiotouch\CMakeFiles\qtuiotouchplugin.dir\all. Cannot add commands to previously defined target qtbase\src\plugins\generic\tuiotouch\CMakeFiles\qtuiotouchplugin.dir\rule. Cannot add commands to previously defined target qtbase\src\plugins\generic\tuiotouch\CMakeFiles\qtuiotouchplugin.dir\clean. Error: cycle in targets detected: qtbase\src\plugins\generic\tuiotouch\CMakeFiles\QTuioTouchPlugin.dir\all jom: D:\dev\64\MSVC2019\qt-6.0.0-nowebengine-devbld\Makefile [all] Error 2 jom: parallel job execution disabled for Makefile
Attachments
Issue Links
- relates to
-
QTBUG-84342 QTuioTouchPlugin fails to build with "Unix Makefiles" generator on macOS
- Closed