0

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?

4
  • 1
    Can you open "File" -> "Open File or Project..." (or shortcut Ctrl+O) and select the project? Commented Sep 8 at 12:14
  • 1
    For 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. Commented 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 it Commented 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. Commented Sep 8 at 18:04

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.