Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tobias Hunger
qt-creator
Commits
e37ad01b
Commit
e37ad01b
authored
Feb 10, 2010
by
Friedemann Kleint
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Console app wizard: Disable gui module.
parent
0e6fe766
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/plugins/qt4projectmanager/wizards/consoleappwizarddialog.cpp
...gins/qt4projectmanager/wizards/consoleappwizarddialog.cpp
+1
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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