Commit d9276b51 authored by Adam Kallai's avatar Adam Kallai Committed by The Qt Project
Browse files

Build fix for the Widgets tests can be running by make check.


Change-Id: Ic5ec80679f19235f441108e99e06d489ff2cabc3
Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
Showing with 9 additions and 3 deletions
......@@ -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)
TEMPLATE=subdirs
SUBDIRS=\
widgets
TEMPLATE = subdirs
SUBDIRS += auto
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment