summaryrefslogtreecommitdiffstats
path: root/installerfw.pro
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 /installerfw.pro
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 'installerfw.pro')
-rw-r--r--installerfw.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/installerfw.pro b/installerfw.pro
index d7fb2f429..e2b8132c6 100644
--- a/installerfw.pro
+++ b/installerfw.pro
@@ -8,3 +8,4 @@ test.commands=(cd installerbuilder && $(MAKE) test)
test.depends = $(TARGET)
QMAKE_EXTRA_TARGETS += test
+include (doc/doc.pri)