summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2012-11-14 15:33:24 +0100
committerKarsten Heimrich <karsten.heimrich@digia.com>2013-01-17 08:54:46 +0100
commit6e1bb9ef16dca3b522f79b550b07bbb128378a9a (patch)
treef699ede57365db53b023e9e2fadf78bdf9220418
parent2a9d33ec814de45e30b022dbdf463bb9a7de85b7 (diff)
Docs: Remove references to installerbuilder directory
Change-Id: Icf26a54b584f87525a0e49e013f9e8b3ae09fa9b Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
-rw-r--r--RepositoryExchangeTutorial.txt11
-rw-r--r--doc/installerfw-getting-started.qdoc3
-rw-r--r--doc/tutorial.qdoc4
3 files changed, 3 insertions, 15 deletions
diff --git a/RepositoryExchangeTutorial.txt b/RepositoryExchangeTutorial.txt
deleted file mode 100644
index 280e20ac7..000000000
--- a/RepositoryExchangeTutorial.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-To exchange an online repository during update process do the following steps.
-
-1. navigate to the source folder of installerbase ( from trunk this is installerbuilder/installerbase )
-2. open the installerbase.qrc and add an entry pointing to overrideconfig.xml
-3. copy the config.xml file in the installerbase source folder rename it to overrideconfig.xml
-4. rebuild installerbase
-
-The override config is now shipped with the installerbase.exe and always overrides the old given config until
-a new installerbase.exe is shipped without this resource.
-
-
diff --git a/doc/installerfw-getting-started.qdoc b/doc/installerfw-getting-started.qdoc
index ab2f6a4af..168d119c8 100644
--- a/doc/installerfw-getting-started.qdoc
+++ b/doc/installerfw-getting-started.qdoc
@@ -101,8 +101,7 @@
\l{http://gitorious.org/qt-labs/installer-framework}
to get the sources for the tools.
- \o Build the \c installerbase, \c binarycreator, and \c repogen tool
- in the \c installerbuilder directory, as any Qt project.
+ \o Build the tools by running the "qmake" from the static Qt, followed by "make" or "nmake".
\endlist
diff --git a/doc/tutorial.qdoc b/doc/tutorial.qdoc
index 5fe77f414..24b620695 100644
--- a/doc/tutorial.qdoc
+++ b/doc/tutorial.qdoc
@@ -178,12 +178,12 @@
\o On Windows:
\code
- ..\..\installerbuilder\bin\binarycreator.exe -c config -p packages YourInstaller.exe com.vendor.product
+ ..\..\bin\binarycreator.exe -c config -p packages YourInstaller.exe com.vendor.product
\endcode
\o On Linux or Mac OS X:
\code
- ../../installerbuilder/bin/binarycreator -c config -p packages YourInstaller com.vendor.product
+ ../../bin/binarycreator -c config -p packages YourInstaller com.vendor.product
\endcode
\endlist