I was coding locally in C++ Qt project. I was able to open project by selecting it from list in initial screen of Qt Creator version 16.0.2 (community). However, after I created git repository in project folder I can't see it any longer on project list in Qt Creator. Why? How to restore it so that I can open it from Qt Creator?
-
1Can you open "File" -> "Open File or Project..." (or shortcut Ctrl+O) and select the project?user16540390– user165403902025-09-08 12:14:06 +00:00Commented Sep 8 at 12:14
-
1For the tags, this is neither a C++ nor a Qt question. It's all about knowing your IDE (Qt Creator in this case). Then what do you call the "project list" ? If you mean the recent projects list, you need to open it the traditional way before having it there.Fareanor– Fareanor2025-09-08 12:30:34 +00:00Commented Sep 8 at 12:30
-
When I select "File"->"Open File or project" and select folder with project there is no .pro neither CMakeLists files so not sure how to open itW Nguyen– W Nguyen2025-09-08 14:30:34 +00:00Commented Sep 8 at 14:30
-
How did you delete the .pro or CMakeLists files? That doesn't happen when you initialize a git repository. You didn't mention in your question that you deleted the project files.user16540390– user165403902025-09-08 18:04:34 +00:00Commented Sep 8 at 18:04
Add a comment
|