97e6d6c5d4
The other/ subdirectory should still be built via other.pro.
This was overlooked by Commit 0a208dd413
Task-number: QTBUG-21327
Change-Id: Ie8ebd7dfc5b1dd56ca1b629aa011d160cb563ddd
Reviewed-on: http://codereview.qt-project.org/4526
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
50 lines
1.1 KiB
Prolog
50 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
|
|
}
|
|
|
|
symbian {
|
|
SUBDIRS += qsoftkeymanager \
|
|
qs60mainapplication
|
|
}
|
|
|
|
!win32-msvc*:!wince*:SUBDIRS += exceptionsafety_objects
|
|
|
|
# Following tests depends on private API
|
|
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
|
qcombobox \
|
|
qtextedit \
|