EmptyProjectWizard allows us to create an empty project.

This commit is contained in:
Alessandro Portale
2009-05-07 20:31:12 +02:00
parent b4787c0a15
commit 8c8e9753f2
9 changed files with 286 additions and 1 deletions

View File

@@ -77,6 +77,8 @@ void QtProjectParameters::writeProFile(QTextStream &str) const
case Qt4Plugin:
str << "TEMPLATE = lib\nCONFIG += plugin\n";
break;
default:
break;
}
if (!targetDirectory.isEmpty())