From ae31808f2f47cf1b9fe1b995e79b8eaef355441d Mon Sep 17 00:00:00 2001 From: Richard Weickelt Date: Tue, 30 Apr 2019 00:23:14 +0200 Subject: Fix error when building qtdeclarative without Qt Quick Qt Labs Animation requires Qt Quick, but was unconditionally built even when Qt Quick was not present. Change-Id: Idf5093574e409e91b7a662f41f18101907746c6a Reviewed-by: Shawn Rutledge --- src/imports/imports.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/imports/imports.pro b/src/imports/imports.pro index 9b1cfa6aa8..901c263be5 100644 --- a/src/imports/imports.pro +++ b/src/imports/imports.pro @@ -4,7 +4,6 @@ SUBDIRS += \ builtins \ qtqml \ models \ - labsanimation \ labsmodels qtConfig(thread): SUBDIRS += folderlistmodel @@ -16,6 +15,7 @@ qtHaveModule(quick) { QT_FOR_CONFIG += quick-private SUBDIRS += \ + labsanimation \ layouts \ qtquick2 \ window \ -- cgit v1.2.3