95cebd34eb
Symbian is not a supported platform for Qt5, so this code is no longer required. Change-Id: I1172e6a42d518490e63e9599bf10579df08259aa Reviewed-on: http://codereview.qt-project.org/5657 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
45 lines
1.1 KiB
Prolog
45 lines
1.1 KiB
Prolog
# These tests don't nicely fit into one of the other .pro files.
|
|
# They are testing too many Qt modules at the same time.
|
|
|
|
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
other \
|
|
# baselineexample \ Just an example demonstrating qbaselinetest usage
|
|
lancelot \
|
|
qcombobox \
|
|
qfocusevent \
|
|
qlayout \
|
|
qmdiarea \
|
|
qmenu \
|
|
qmenubar \
|
|
qsplitter \
|
|
qtabwidget \
|
|
qtextbrowser \
|
|
qtextedit \
|
|
qtoolbutton \
|
|
qwidget \
|
|
qworkspace \
|
|
windowsmobile
|
|
|
|
contains(QT_CONFIG, accessibility):SUBDIRS += qaccessibility
|
|
|
|
mac:!qpa {
|
|
SUBDIRS += macgui \
|
|
macnativeevents \
|
|
macplist \
|
|
qaccessibility_mac
|
|
}
|
|
|
|
embedded:!wince* {
|
|
SUBDIRS += qcopchannel \
|
|
qdirectpainter \
|
|
qmultiscreen
|
|
}
|
|
|
|
!win32-msvc*:!wince*:SUBDIRS += exceptionsafety_objects
|
|
|
|
# Following tests depends on private API
|
|
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
|
qcombobox \
|
|
qtextedit \
|