add missing dependency check to widgets plugin
authorXingtao Zhang <zhxt@ovi.com>
Thu, 6 Jun 2013 15:59:27 +0000 (23:59 +0800)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 6 Jun 2013 16:17:22 +0000 (18:17 +0200)
commite988998a08b1420ed10bd02d9d4b3b8ed2289df9
treea06b28eb5d4dd93b792ed7bf6f85d1331eb9d4ae
parent7e73dc01f85355e23a4ee07c0b624b253541acdc
add missing dependency check to widgets plugin

QtQuick widgets plugin depends on both QtWidgets and QtQuick module, if
do not check 'quick', there will be an error: "Project ERROR: Unknown
module(s) in QT: quick" when running make if failed to check for QtQuick
module due to no opengl/es1/es2 found during config test.

Change-Id: I39d78b9cd9aa9c7f0acf79fdcfc06749ffc10e31
Reviewed-by: Liang Qi <liang.qi@digia.com>
src/imports/imports.pro