Skip to content
Snippets Groups Projects
Commit e37ad01b authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Console app wizard: Disable gui module.

parent 0e6fe766
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ ConsoleAppWizardDialog::ConsoleAppWizardDialog(const QString &templateName,
setWindowIcon(icon);
setWindowTitle(templateName);
setSelectedModules(QLatin1String("core"));
setDeselectedModules(QLatin1String("gui"));
setIntroDescription(tr("This wizard generates a Qt4 console application "
"project. The application derives from QCoreApplication and does not "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment