summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorWim Vriend <facetracknoir@gmail.com>2013-03-01 12:47:01 +0100
committerWim Vriend <facetracknoir@gmail.com>2013-03-01 12:47:01 +0100
commit204e7c8498e1abc7868828a7272b82e3085a53f9 (patch)
tree1f8eddde9f43b214a05e2623002f88175e2d779c
parentf7453b45972c98e6156bc1f7ddd44dfa95a373eb (diff)
Fresh branch from master
-rw-r--r--ReadMe.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ReadMe.txt b/ReadMe.txt
index b37ae106..18d3babb 100644
--- a/ReadMe.txt
+++ b/ReadMe.txt
@@ -1,13 +1,13 @@
This project was derived from the 'Sweetspotter' project.
-If you want to work with the source code you should use the Microsoft Visual Studio 2008 and the Qt 4.6.x or better source code. (http://qt.nokia.com/downloads) Also it's useful to install the Qt Visual Studio Add-In.
+If you want to work with the source code you should use the Microsoft Visual Studio 2005 and the Qt 4.6.x or better source code. (http://qt.nokia.com/downloads) Also it's useful to install the Qt Visual Studio Add-In.
The integration of Qt (LGPL) in Visual Studio must be done manually. See the PDF's in the documentation folder for specific instructions.
Here are some remarks, which were not mentioned in the PDF's, but have to be followed:
Remark 1: instead of just running "configure" you should run
-"configure -debug-and-release -no-qt3support -no-webkit -platform win32-msvc2008".
+"configure -debug-and-release -no-qt3support -no-webkit -platform win32-msvc2005".
Remark 2: in the Qt folders (\src\script\tmp\moc\debug_shared\, src\script\tmp\moc\release_shared\
and src\3rdparty\webkit\WebCore\tmp\moc can be a file called: mocinclude.tmp. Remove these, because "nmake" will fail if you don't.