forked from qt-creator/qt-creator
EmptyProjectWizard allows us to create an empty project.
This commit is contained in:
@@ -77,6 +77,8 @@ void QtProjectParameters::writeProFile(QTextStream &str) const
|
||||
case Qt4Plugin:
|
||||
str << "TEMPLATE = lib\nCONFIG += plugin\n";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (!targetDirectory.isEmpty())
|
||||
|
||||
Reference in New Issue
Block a user