From 82985425670256a3ab194771184e50c63be82625 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 26 Apr 2013 12:04:46 +0200 Subject: use qt_parts.prf this makes "configure -nomake examples" apply to this repo as well. Change-Id: I64ee4fd67b9babf533fcfcfc022e9df085ac57de Reviewed-by: Joerg Bornemann --- qtwebkit-examples-and-demos.pro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qtwebkit-examples-and-demos.pro b/qtwebkit-examples-and-demos.pro index c6ad8c8..3fcecf1 100644 --- a/qtwebkit-examples-and-demos.pro +++ b/qtwebkit-examples-and-demos.pro @@ -1,4 +1,5 @@ requires(qtHaveModule(webkit)) -TEMPLATE = subdirs -SUBDIRS += examples doc +load(qt_parts) + +SUBDIRS += doc -- cgit v1.2.1