summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui.pro
blob: d876873bd4f7ea8e156e7ed29ad5204ab3513c0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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 \
    qx11info \

# 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 \