aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/qtcreator-class-info.pngbin35255 -> 48976 bytes
-rw-r--r--doc/qtcreator-intro-and-location.pngbin32434 -> 44466 bytes
-rw-r--r--doc/qtcreator-new-project-summary.pngbin0 -> 45014 bytes
-rw-r--r--doc/qtcreator-new-project.pngbin14065 -> 32196 bytes
-rw-r--r--doc/qtcreator-select-modules.pngbin45128 -> 59347 bytes
-rw-r--r--doc/qtcreator.qchbin2407424 -> 2617344 bytes
-rw-r--r--doc/qtcreator.qdoc10
-rw-r--r--src/app/app.pro2
-rw-r--r--src/app/main.cpp1
9 files changed, 9 insertions, 4 deletions
diff --git a/doc/qtcreator-class-info.png b/doc/qtcreator-class-info.png
index 757eb128566..a0052397076 100644
--- a/doc/qtcreator-class-info.png
+++ b/doc/qtcreator-class-info.png
Binary files differ
diff --git a/doc/qtcreator-intro-and-location.png b/doc/qtcreator-intro-and-location.png
index e0d8c9f150b..f03e4fb6a47 100644
--- a/doc/qtcreator-intro-and-location.png
+++ b/doc/qtcreator-intro-and-location.png
Binary files differ
diff --git a/doc/qtcreator-new-project-summary.png b/doc/qtcreator-new-project-summary.png
new file mode 100644
index 00000000000..05e1cf2e0d5
--- /dev/null
+++ b/doc/qtcreator-new-project-summary.png
Binary files differ
diff --git a/doc/qtcreator-new-project.png b/doc/qtcreator-new-project.png
index 6f7832e5cb8..f6c186206e9 100644
--- a/doc/qtcreator-new-project.png
+++ b/doc/qtcreator-new-project.png
Binary files differ
diff --git a/doc/qtcreator-select-modules.png b/doc/qtcreator-select-modules.png
index b5b2ead006b..313934ec974 100644
--- a/doc/qtcreator-select-modules.png
+++ b/doc/qtcreator-select-modules.png
Binary files differ
diff --git a/doc/qtcreator.qch b/doc/qtcreator.qch
index 12451044815..1e94462e89f 100644
--- a/doc/qtcreator.qch
+++ b/doc/qtcreator.qch
Binary files differ
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index f95b58d58f7..e4bbfa75179 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -318,12 +318,18 @@
\i \inlineimage qtcreator-class-info.png
\i \bold{Specifying Class Information}
- Lastly, specify the name of the class you would like to create. The
+ Specify the name of the class you would like to create. The
\e{Header file}, \e{Source file} and \e{Form file} fields will update
automatically according to your choice of class name.
You also have to select the base class for your class, either a
- QWidget, QDialog or QMainWindow, from the drop down box. Click
+ QWidget, QDialog or QMainWindow, from the drop down box.
+
+ \row
+ \i \inlineimage qtcreator-new-project-summary.png
+ \i \bold{Creating the Project}
+
+ Finally, review the files that will be created for you. Click
\gui{Done} and your project will be generated.
\endtable
diff --git a/src/app/app.pro b/src/app/app.pro
index ab9f20fdd51..2cb354da495 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -13,7 +13,7 @@ win32 {
}
linux-* {
LIBS *= -lExtensionSystem -lAggregation
- QMAKE_FLAGS+=-Wl,--enable-new-dtags
+ QMAKE_LFLAGS+=-Wl,--enable-new-dtags
}
TEMPLATE = app
diff --git a/src/app/main.cpp b/src/app/main.cpp
index b8d4b9d4b41..eedc9e13653 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -283,4 +283,3 @@ int main(int argc, char **argv)
QTimer::singleShot(100, &pluginManager, SLOT(startTests()));
return app.exec();
}
-