qt5base-lts/tests/auto/gui/image/image.pro
Oliver Wolff 53dc49ffc8 Check for network module when building according auto tests
Change-Id: I68013bf8e07be8d202b3253f997d4f4db05335a4
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
2013-02-19 19:20:53 +01:00

20 lines
318 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
qimagereader \
qicoimageformat \
qpixmap \
qpixmapcache \
qimage \
qimageiohandler \
qimagewriter \
qmovie \
qpicture \
qicon \
!qtHaveModule(network): SUBDIRS -= \
qimagereader
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
qpixmapcache \