From 6d3ff849a28a8ac3027ea72ac6ff85d09f09bcc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Nowacki?= Date: Tue, 13 Sep 2011 16:23:57 +0200 Subject: Fix QJSValue autotest. The test depends on widgets library. Change-Id: I22cd3cbf9b3a2e3ed8d5c28cd8d5e44b6e33c4f1 Reviewed-on: http://codereview.qt-project.org/4792 Reviewed-by: Qt Sanity Bot Reviewed-by: Kent Hansen --- tests/auto/declarative/qjsvalue/qjsvalue.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/declarative/qjsvalue/qjsvalue.pro b/tests/auto/declarative/qjsvalue/qjsvalue.pro index 96b23ff87f..caa148f86d 100644 --- a/tests/auto/declarative/qjsvalue/qjsvalue.pro +++ b/tests/auto/declarative/qjsvalue/qjsvalue.pro @@ -1,5 +1,5 @@ load(qttest_p4) -QT += declarative +QT += declarative widgets SOURCES += tst_qjsvalue.cpp HEADERS += tst_qjsvalue.h -- cgit v1.2.3