2011-04-27 10:05:43 +00:00
|
|
|
# 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=\
|
2011-08-31 15:11:06 +00:00
|
|
|
gui \
|
2011-08-29 10:26:08 +00:00
|
|
|
qopengl \
|
2011-04-27 10:05:43 +00:00
|
|
|
qtransformedscreen \
|
|
|
|
qwindowsurface \
|
|
|
|
qwsembedwidget \
|
|
|
|
qwsinputmethod \
|
2011-10-27 08:58:57 +00:00
|
|
|
qwswindowsystem
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2011-10-04 06:58:55 +00:00
|
|
|
# This test cannot be run on Mac OS
|
2011-10-11 06:17:19 +00:00
|
|
|
mac*:SUBDIRS -= \
|
|
|
|
qwindowsurface \
|
|
|
|
|
2011-10-11 05:56:19 +00:00
|
|
|
# These tests are only valid for QWS
|
|
|
|
!embedded|wince*:SUBDIRS -= \
|
|
|
|
qtransformedscreen \
|
|
|
|
qwsembedwidget \
|
|
|
|
qwsinputmethod \
|
|
|
|
qwswindowsystem \
|
|
|
|
|