~scottydelicious666/brewtarget/brewtarget

« back to all changes in this revision

Viewing changes to dev-doc/WindowsQtSDKBuild.txt

  • Committer: Philip G. Lee
  • Date: 2014-08-02 20:53:01 UTC
  • Revision ID: git-v1:f0ff6b39b9abba364c72e12c7026c9be158e7d81
Add auto line-ending handling

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Install SDK
2
 
 
3
 
Add c:\Qt\<version>\bin and c:\Qt\<version>\qt\bin to the environment variables.
4
 
 
5
 
Run the MSVS command prompt (Programs->MSVS->Tools) and possibly vcvarsall.bat when you get there.
6
 
 
7
 
cd to c:\Qt\<version>\qt
8
 
 
9
 
Run configure
10
 
Options: -platform win32-msvc2008 -debug-and-release -opensource -shared -no-qt3support -phonon -phonon-backend -webkit -arch windows -qt-style-windows -qt-style-windowsvista -qt-style-plastique -qt-style-cleanlooks
11
 
 
12
 
Run nmake and wait forever.
13
 
 
14
 
If the error "NMAKE: fatal error U1077" appears, try deleting these temporary files and running nmake again:
15
 
\src\3rdparty\webkit\WebCore\tmp\moc\debug_shared\mocinclude.tmp
16
 
\src\3rdparty\webkit\WebCore\tmp\moc\release_shared\mocinclude.tmp
17
 
\src\script\tmp\moc\debug_shared\mocinclude.tmp
18
 
\src\script\tmp\moc\release_shared\mocinclude.tmp
 
1
Install SDK
 
2
 
 
3
Add c:\Qt\<version>\bin and c:\Qt\<version>\qt\bin to the environment variables.
 
4
 
 
5
Run the MSVS command prompt (Programs->MSVS->Tools) and possibly vcvarsall.bat when you get there.
 
6
 
 
7
cd to c:\Qt\<version>\qt
 
8
 
 
9
Run configure
 
10
Options: -platform win32-msvc2008 -debug-and-release -opensource -shared -no-qt3support -phonon -phonon-backend -webkit -arch windows -qt-style-windows -qt-style-windowsvista -qt-style-plastique -qt-style-cleanlooks
 
11
 
 
12
Run nmake and wait forever.
 
13
 
 
14
If the error "NMAKE: fatal error U1077" appears, try deleting these temporary files and running nmake again:
 
15
\src\3rdparty\webkit\WebCore\tmp\moc\debug_shared\mocinclude.tmp
 
16
\src\3rdparty\webkit\WebCore\tmp\moc\release_shared\mocinclude.tmp
 
17
\src\script\tmp\moc\debug_shared\mocinclude.tmp
 
18
\src\script\tmp\moc\release_shared\mocinclude.tmp