Skip to content
Snippets Groups Projects
Commit d0cfa6ce authored by Kavindra Palaraja's avatar Kavindra Palaraja
Browse files

Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta

parents 8c549bc6 97b3ef96
No related branches found
No related tags found
No related merge requests found
doc/qtcreator-add-resource-wizard.png

41.7 KiB | W: | H:

doc/qtcreator-add-resource-wizard.png

87.3 KiB | W: | H:

doc/qtcreator-add-resource-wizard.png
doc/qtcreator-add-resource-wizard.png
doc/qtcreator-add-resource-wizard.png
doc/qtcreator-add-resource-wizard.png
  • 2-up
  • Swipe
  • Onion skin
doc/qtcreator-add-resource-wizard2.png

91.9 KiB

doc/qtcreator-add-resource.png

29 KiB | W: | H:

doc/qtcreator-add-resource.png

40.6 KiB | W: | H:

doc/qtcreator-add-resource.png
doc/qtcreator-add-resource.png
doc/qtcreator-add-resource.png
doc/qtcreator-add-resource.png
  • 2-up
  • Swipe
  • Onion skin
No preview for this file type
...@@ -5,13 +5,13 @@ ...@@ -5,13 +5,13 @@
\title Qt Creator Manual \title Qt Creator Manual
\section1 Version 0.9 - Technical Preview \section1 Version 0.9.1 (Beta)
The goal of Qt Creator is to provide a cross-platform, complete Integrated The goal of Qt Creator is to provide a cross-platform, complete Integrated
Development Environment (IDE) to develop Qt projects. It is available for Development Environment (IDE) to develop Qt projects. It is available for
the Linux, Mac OS X and Windows platforms. the Linux, Mac OS X and Windows platforms.
\note Qt Creator is currently released as a Technical Preview. It is \note The current version of Qt Creator is 0.9.1 (Beta). It is
possible to edit source code, compile, run and debug applications; other possible to edit source code, compile, run and debug applications; other
features are still under development. Please send bug reports and features are still under development. Please send bug reports and
suggestions to qt-creator@trolltech.com. To subscribe, send a suggestions to qt-creator@trolltech.com. To subscribe, send a
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
\o \l{Debugging with Qt Creator} \o \l{Debugging with Qt Creator}
\o \l{Tips and Tricks} \o \l{Tips and Tricks}
\o \l{Glossary} \o \l{Glossary}
\o \l{Known Issues of Version 0.9 (Technical Preview)} \o \l{Known Issues of Version 0.9.1 (Beta)}
\endlist \endlist
*/ */
...@@ -515,7 +515,14 @@ ...@@ -515,7 +515,14 @@
\image qtcreator-add-resource-wizard.png \image qtcreator-add-resource-wizard.png
Enter "textfinder" in the \gui{Name} field and use the given \gui{Path}. Enter "textfinder" in the \gui{Name} field and use the given \gui{Path}.
Then, click \gui{Done}. Then, click \gui{Continue}.
\image qtcreator-add-resource-wizard2.png
On this page you can choose to which project you want to add the new file.
Make sure that \gui{Add to Project} is checked and
"TextFinder" is selected as the \gui{Project}, and click
\gui{Done}.
Your resource file will now be displayed with the Resource Editor. Click Your resource file will now be displayed with the Resource Editor. Click
on the \gui{Add} drop down box and select \gui{Add Prefix}. The prefix we on the \gui{Add} drop down box and select \gui{Add Prefix}. The prefix we
...@@ -1151,9 +1158,9 @@ ...@@ -1151,9 +1158,9 @@
\previouspage creator-keyboard-shortcuts.html \previouspage creator-keyboard-shortcuts.html
\page creator-known-issues.html \page creator-known-issues.html
\title Known Issues of Version 0.9 (Technical Preview) \title Known Issues of Version 0.9.1 (Beta)
There are some known issues with the Technical Preview. There are some known issues with Qt Creator 0.9.1 (Beta).
The development team is aware of those, there is no need to report them as bug. The development team is aware of those, there is no need to report them as bug.
\list \list
......
...@@ -13,13 +13,15 @@ win32 { ...@@ -13,13 +13,15 @@ win32 {
} }
linux-* { linux-* {
LIBS *= -lExtensionSystem -lAggregation LIBS *= -lExtensionSystem -lAggregation
QMAKE_LFLAGS+=-Wl,--enable-new-dtags QT += svg dbus
} }
TEMPLATE = app TEMPLATE = app
TARGET = $$IDE_APP_TARGET TARGET = $$IDE_APP_TARGET
DESTDIR = ../../bin DESTDIR = ../../bin
SOURCES += main.cpp SOURCES += main.cpp
macx { macx {
......
...@@ -283,3 +283,4 @@ int main(int argc, char **argv) ...@@ -283,3 +283,4 @@ int main(int argc, char **argv)
QTimer::singleShot(100, &pluginManager, SLOT(startTests())); QTimer::singleShot(100, &pluginManager, SLOT(startTests()));
return app.exec(); return app.exec();
} }
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