From: Kent Hansen Date: Tue, 5 Jun 2012 12:10:02 +0000 (+0200) Subject: Make sql autotests build without widgets X-Git-Tag: 071012110112~537 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=51aff5ba67e048b7284995e4607c9f487e5866fb;p=profile%2Fivi%2Fqtbase.git Make sql autotests build without widgets Change-Id: Icd4d2ef39961e2e0ec5c9e910c74b3e8a35503bf Reviewed-by: Lars Knoll --- diff --git a/tests/auto/sql/models/models.pro b/tests/auto/sql/models/models.pro index d04ba01..c00ec2c 100644 --- a/tests/auto/sql/models/models.pro +++ b/tests/auto/sql/models/models.pro @@ -4,3 +4,5 @@ SUBDIRS=\ qsqlrelationaltablemodel \ qsqltablemodel \ +contains(QT_CONFIG, no-widgets): SUBDIRS -= \ + qsqlquerymodel