From d9276b51c64c2b0b1cd97dcd02c0a83e78018f81 Mon Sep 17 00:00:00 2001 From: Adam Kallai Date: Tue, 15 Oct 2013 03:41:15 -0700 Subject: Build fix for the Widgets tests can be running by make check. Change-Id: Ic5ec80679f19235f441108e99e06d489ff2cabc3 Reviewed-by: Andras Becsi --- qtwebengine.pro | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'qtwebengine.pro') diff --git a/qtwebengine.pro b/qtwebengine.pro index 5db155c26..e8a2c5754 100644 --- a/qtwebengine.pro +++ b/qtwebengine.pro @@ -16,11 +16,8 @@ SUBDIRS = build/qmake_extras \ # Phony pro file that extracts things like compil qtHaveModule(widgets) { SUBDIRS += \ lib/widgets \ - tests/widgets } -SUBDIRS += examples - # Ninja executable location needs to be determined early for extra targets. Should be fetched from cache most of the time anyway. NINJA_EXECUTABLE = $$findOrBuildNinja() @@ -35,3 +32,5 @@ debug.depends: qmake QMAKE_EXTRA_TARGETS += release \ debug + +load(qt_parts) -- cgit v1.2.3