I am trying to compile Qt, because I need this specific version for a program that I need to build, but it is not working.
Unsolved
Installation and Deployment
-
I need Qt5WidgetsConfig.cmake in the folder, so I need to compile this version to see if I can get these Qt5 Widgets files.
I tried using the "configure -debug-and-release" command, but nothing happened. Any tips on what I can do to compile it? I emphasize that I need it to be this specific version. It is what the program's Cmake lists.txt requires, after all.
-
Qt5 is not built with cmake and also cmake does not know anything about 'configure' command...
Please follow the docs.