summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/image/qmovie/qmovie.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/image/qmovie/qmovie.pro')
-rw-r--r--tests/auto/gui/image/qmovie/qmovie.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/gui/image/qmovie/qmovie.pro b/tests/auto/gui/image/qmovie/qmovie.pro
index a511f0b258..9290588625 100644
--- a/tests/auto/gui/image/qmovie/qmovie.pro
+++ b/tests/auto/gui/image/qmovie/qmovie.pro
@@ -2,7 +2,7 @@ CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qmovie
QT += testlib
-!contains(QT_CONFIG, no-widgets): QT += widgets
+qtHaveModule(widgets): QT += widgets
SOURCES += tst_qmovie.cpp
MOC_DIR=tmp