summaryrefslogtreecommitdiffstats
path: root/doc/doc.intermediate.manifest
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2012-01-23 12:53:59 +0100
committerDaniel Molkentin <daniel.molkentin@nokia.com>2012-01-23 13:34:43 +0100
commit05a3189a54125765ec1613a0bc9feb4b0049bde3 (patch)
treee0064724ce6fe7bcca90671fe7e9ae85b5baf7dd /doc/doc.intermediate.manifest
parentff46f432e7020de47c0e82468cd9167f206a4cc2 (diff)
Fix the documentation to build again
- Switch to Qt 4.7.4/4.8 compatible style (from Qt Creator) - add make docs target directly to the installerfw.pro file - subsequently remove doc.pro (which was wrong to begin with) Change-Id: I3bfdd18780074df9566217fb4c0029fd122c14f0 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'doc/doc.intermediate.manifest')
-rw-r--r--doc/doc.intermediate.manifest15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/doc.intermediate.manifest b/doc/doc.intermediate.manifest
deleted file mode 100644
index 27087c685..000000000
--- a/doc/doc.intermediate.manifest
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
-<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
- <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel level='asInvoker' uiAccess='false' />
- </requestedPrivileges>
- </security>
- </trustInfo>
- <dependency>
- <dependentAssembly>
- <assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*' />
- </dependentAssembly>
- </dependency>
-</assembly>