In Eclipse, I can import qt projects by using import under file menu or from context menu of project explorer. However, the problem is that the project files physically do not get copied (or moved) to the workspace.
When I import a Java project, the import dialog gives me a check box if I want to physically copy all files to the current workspace. It seems like this check box does not exist in the import dialog for qt projects.
Copying the project folder to the workspace does not work either. Import dialog complains about importing a project in the current workspace.
Is there a way to import a qt project with copying project files in to the current workspace?
Thanks.