qt5base-lts/tests/auto/gui.pro
Robin Burchell a2337f79ff Remove Windows and X11 from src/widgets/platforms.
This is dead code, unused with QPA in place, so remove it to avoid confusion
caused through grepping for class names existing in both old and new places.

Mac code is left in place for now, as some of it is still in use.

Change-Id: Ia82cd5bbabe71285ca997f79d8fd9c0504e32c28
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
2011-10-28 16:29:13 +02:00

27 lines
590 B
Prolog

# The tests in this .pro file _MUST_ use QtCore, QtNetwork and QtGui only
# (i.e. QT=core gui network).
# The test system is allowed to run these tests before the rest of Qt has
# been compiled.
#
TEMPLATE=subdirs
SUBDIRS=\
gui \
qopengl \
qtransformedscreen \
qwindowsurface \
qwsembedwidget \
qwsinputmethod \
qwswindowsystem
# This test cannot be run on Mac OS
mac*:SUBDIRS -= \
qwindowsurface \
# These tests are only valid for QWS
!embedded|wince*:SUBDIRS -= \
qtransformedscreen \
qwsembedwidget \
qwsinputmethod \
qwswindowsystem \