Creating a Qt project using MinGW displays the reading project all the time.
-
wrote on 9 Aug 2024, 05:38 last edited by
I am using Qt for the first time and the following is my project creation process
When I use MinGW (I have tried all the versions I have downloaded), the reading project will not stop at all, as shown
While I used Process_Monitor analysis to find that Qt Creator is constantly creating and deleting pro files.
When I use MSVC, I can successfully create the project, as shown below.
-
I am using Qt for the first time and the following is my project creation process
When I use MinGW (I have tried all the versions I have downloaded), the reading project will not stop at all, as shown
While I used Process_Monitor analysis to find that Qt Creator is constantly creating and deleting pro files.
When I use MSVC, I can successfully create the project, as shown below.
wrote on 9 Aug 2024, 07:04 last edited by@honglixie said in Creating a Qt project using MinGW displays the reading project all the time.:
When I use MinGW (I have tried all the versions I have downloaded), the reading project will not stop
What is "the reading project"?
-
-
@honglixie said in Creating a Qt project using MinGW displays the reading project all the time.:
When I use MinGW (I have tried all the versions I have downloaded), the reading project will not stop
What is "the reading project"?
wrote on 9 Aug 2024, 08:04 last edited by@ChrisW67
If you look at the screenshot two up from the bottom, where the OP saysWhile I used Process_Monitor analysis to find that Qt Creator is constantly creating and deleting pro files.
you see a constant stream of
CreateFile
/QueryNetworkOpenInformationFile
/CloseFile
onuntitled.pro
calls being executed. The OP also states this happens when Creator uses MinGW but not MSVC. I have no idea why this might be, nor even whatQueryNetworkOpenInformationFile
is all about. -
wrote on 9 Aug 2024, 08:17 last edited by
Hi, I think I've seen similar loops when using Qt 5 and Qt 6 on the same QMake project (i.e. either Qt 5 works or Qt 6 works). Try removing those Qt 5.15.2 MinGW versions.
-
@honglixie said in Creating a Qt project using MinGW displays the reading project all the time.:
When I use MinGW (I have tried all the versions I have downloaded), the reading project will not stop
What is "the reading project"?
wrote on 10 Aug 2024, 10:44 last edited byThis post is deleted! -
Hi, I think I've seen similar loops when using Qt 5 and Qt 6 on the same QMake project (i.e. either Qt 5 works or Qt 6 works). Try removing those Qt 5.15.2 MinGW versions.
wrote on 10 Aug 2024, 11:01 last edited by honglixie 8 Oct 2024, 11:14@hskoglund
I tried it, but it was of no use -
wrote on 10 Aug 2024, 11:33 last edited by hskoglund 8 Oct 2024, 11:34
Maybe also try: remove all .pro.user files.
Remove all build directories.
And start a brand new project with only the MinGW Qt 6.6.3 build favor. -
Maybe also try: remove all .pro.user files.
Remove all build directories.
And start a brand new project with only the MinGW Qt 6.6.3 build favor.wrote on 10 Aug 2024, 12:22 last edited by honglixie 8 Oct 2024, 12:23@hskoglund
I tried it, but it was of no use -
wrote on 10 Aug 2024, 12:53 last edited by
If you try to build one of Qt's example projects like Calculator Example using MinGW Qt 6.6.3, do you still get the same error?
1/9