3a7e6157d1
Added Test for qmetaproperty Marked QSocketNotifier Autotest as insignificant. See QTBUG-21204 Marked qtranslator Autotest as insignificant. See QTBUG-21125 Marked corelib/io/qfile/largefile as insignificant. See QTBUG-21175 Task-number: QTBUG-21066 Change-Id: I2a7f6587845c355091bb07c8dd3d1557d16db0be Reviewed-on: http://codereview.qt.nokia.com/3598 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
50 lines
1.2 KiB
Prolog
50 lines
1.2 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=\
|
|
# baselineexample \ Just an example demonstrating qbaselinetest usage
|
|
lancelot \
|
|
qalgorithms \
|
|
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
|
|
}
|
|
|
|
symbian {
|
|
SUBDIRS += qsoftkeymanager \
|
|
qs60mainapplication
|
|
}
|
|
|
|
!win32-msvc*:!wince*:SUBDIRS += exceptionsafety_objects
|
|
|
|
# Following tests depends on private API
|
|
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
|
qcombobox \
|
|
qtextedit \
|