38be0d1383
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12
63 lines
1.5 KiB
Prolog
63 lines
1.5 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=\
|
|
# exceptionsafety_objects \ shouldn't enable it
|
|
# baselineexample \ Just an example demonstrating qbaselinetest usage
|
|
lancelot \
|
|
qaccessibility \
|
|
qalgorithms \
|
|
qcombobox \
|
|
qcssparser \
|
|
qdatastream \
|
|
qdir \
|
|
qfocusevent \
|
|
qimage \
|
|
qiodevice \
|
|
qitemmodel \
|
|
qlayout \
|
|
qmdiarea \
|
|
qmenu \
|
|
qmenubar \
|
|
qmouseevent \
|
|
qpainter \
|
|
qpixmap \
|
|
qprinter \
|
|
qsettings \
|
|
qsplitter \
|
|
qtabwidget \
|
|
qtextbrowser \
|
|
qtextdocument \
|
|
qtextedit \
|
|
qtoolbutton \
|
|
qvariant \
|
|
qwidget \
|
|
qworkspace \
|
|
windowsmobile \
|
|
nativeimagehandleprovider
|
|
|
|
contains(QT_CONFIG, OdfWriter):SUBDIRS += qzip qtextodfwriter
|
|
mac: {
|
|
SUBDIRS += macgui \
|
|
macnativeevents \
|
|
macplist \
|
|
qaccessibility_mac
|
|
}
|
|
|
|
embedded:!wince* {
|
|
SUBDIRS += qcopchannel \
|
|
qdirectpainter \
|
|
qmultiscreen
|
|
}
|
|
|
|
symbian {
|
|
SUBDIRS += qsoftkeymanager \
|
|
qs60mainapplication
|
|
}
|
|
|
|
# Following tests depends on private API
|
|
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
|
qcssparser \
|
|
|