9f1aa866bd
Task-number: QTBUG-19013 Change-Id: Ibb776f5967c0645ce6d22ef7afdc40657c575461 Reviewed-by: Holger Ihrig <holger.ihrig@nokia.com>
28 lines
607 B
Prolog
28 lines
607 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 \
|
|
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 \
|
|
|