Qt Creator can’t refresh project?
-
Hi, I created a dialog project previously, now I want to build main window project. I explore folder on machine, and copying file .h from dialog project to main window project but I can't see file .h which I copied in current project. Maybe I need refresh project but I can't find that feature when right click at project.
!http://nn3.upanh.com/b2.s1.d4/881e22e15e2a270b0506408e1143ff55_45924413.h1.png(Menu)!
-
[quote author="Lukas Geyer" date="1339265066"]The file won't get added automatically, you will have to use 'Add Existing Files...' and add the file manually to your project.[/quote]
First, I thought about that thing but Qt only create "pointer" to file in another project. If I delete or move dialog project, definitely main window project can't operate normally. How I can do so that main window run without depend on other dialog projects?