qt5base-lts/tests/auto/other.pro
Jo Asplin a90f50942e Moved gui autotests into new directory structure
Task-number: QTBUG-21133

Change-Id: I83b8f652935cf92151265ca2530a3cf81c31fdef
Reviewed-on: http://codereview.qt.nokia.com/3996
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Jo Asplin <jo.asplin@nokia.com>
2011-09-01 10:59:49 +02:00

52 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 \
qitemmodel \
qlayout \
qmdiarea \
qmenu \
qmenubar \
qsplitter \
qtabwidget \
qtextbrowser \
qtextedit \
qtoolbutton \
qvariant \
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 \