Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
e37ad01b
Commit
e37ad01b
authored
Feb 10, 2010
by
Friedemann Kleint
Browse files
Console app wizard: Disable gui module.
parent
0e6fe766
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/wizards/consoleappwizarddialog.cpp
View file @
e37ad01b
...
...
@@ -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 "
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment