qt5base-lts/tests/auto/gui.pro
Jason McDonald 25a62d7d6b Don't build empty tests.
The qgraphicswidget and qgraphicsproxywidget tests are empty if Qt is
built without the cleanlooks style, so don't build the tests in that
case.

Change-Id: I2308e723a9b0abcc3e95b32a562fcb02afe0444d
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
2011-10-17 03:30:55 +02:00

181 lines
3.8 KiB
Prolog

# The tests in this .pro file _MUST_ use QtCore, QtNetwork and QtGui only
# (i.e. QT=core gui network).
# The test system is allowed to run these tests before the rest of Qt has
# been compiled.
#
TEMPLATE=subdirs
SUBDIRS=\
gui \
gestures \
languagechange \
modeltest \
qabstractbutton \
qabstractitemview \
qabstractprintdialog \
qabstractproxymodel \
qabstractscrollarea \
qabstractslider \
qabstractspinbox \
qaction \
qactiongroup \
qapplication \
qboxlayout \
qbuttongroup \
qcalendarwidget \
qcheckbox \
qcolordialog \
qcolumnview \
qcommandlinkbutton \
qcompleter \
qcomplextext \
qdatawidgetmapper \
qdatetimeedit \
qdesktopwidget \
qdial \
qdialog \
qdialogbuttonbox \
qdirmodel \
qdockwidget \
qdoublespinbox \
qdoublevalidator \
qerrormessage \
qfiledialog \
qfiledialog2 \
qfileiconprovider \
qfilesystemmodel \
qfocusframe \
qfontcombobox \
qfontdialog \
qformlayout \
qgraphicsanchorlayout \
qgraphicsanchorlayout1 \
qgraphicseffect \
qgraphicseffectsource \
qgraphicsgridlayout \
qgraphicsitem \
qgraphicsitemanimation \
qgraphicslayout \
qgraphicslayoutitem \
qgraphicslinearlayout \
qgraphicsobject \
qgraphicspixmapitem \
qgraphicspolygonitem \
qgraphicsproxywidget \
qgraphicsscene \
qgraphicssceneindex \
qgraphicstransform \
qgraphicsview \
qgraphicswidget \
qgridlayout \
qgroupbox \
qheaderview \
qidentityproxymodel \
qinputcontext \
qinputdialog \
qintvalidator \
qitemdelegate \
qitemeditorfactory \
qitemselectionmodel \
qitemview \
qlabel \
qlcdnumber \
qlineedit \
qlistview \
qlistwidget \
qmacstyle \
qmainwindow \
qmdisubwindow \
qmessagebox \
qnetworkaccessmanager_and_qprogressdialog \
qopengl \
qplaintextedit \
qprogressbar \
qprogressdialog \
qpushbutton \
qradiobutton \
qregexpvalidator \
qscrollarea \
qscrollbar \
qscroller \
qsharedpointer_and_qwidget \
qsidebar \
qsizegrip \
qslider \
qsortfilterproxymodel \
qsound \
qspinbox \
qstackedlayout \
qstackedwidget \
qstandarditem \
qstandarditemmodel \
qstatusbar \
qstringlistmodel \
qstyle \
qstyleoption \
qstylesheetstyle \
qsystemtrayicon \
qtabbar \
qtableview \
qtablewidget \
qtoolbar \
qtoolbox \
qtooltip \
qtransformedscreen \
qtreeview \
qtreewidget \
qtreewidgetitemiterator \
qundogroup \
qundostack \
qwidget_window \
qwidgetaction \
qwindowsurface \
qwizard \
qwsembedwidget \
qwsinputmethod \
qwswindowsystem \
qx11info \
# This test cannot be run on Mac OS
mac*:SUBDIRS -= \
qwindowsurface \
# This test can only be run on Mac OS
!mac:SUBDIRS -= \
qmacstyle \
# This test takes too long to run on IRIX, so skip it on that platform
irix-*:SUBDIRS -= qitemview
# These tests are only valid for QWS
!embedded|wince*:SUBDIRS -= \
qtransformedscreen \
qwsembedwidget \
qwsinputmethod \
qwswindowsystem \
# These tests require the cleanlooks style
!contains(styles, cleanlooks):SUBDIRS -= \
qgraphicswidget \
qgraphicsproxywidget \
win32:SUBDIRS -= qtextpiecetable
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
qcolumnview \
qgraphicsanchorlayout \
qgraphicsanchorlayout1 \
qgraphicsitem \
qgraphicsscene \
qgraphicssceneindex \
qlistwidget \
qmainwindow \
qpathclipper \
qpixmapcache \
qsidebar \
qstylesheetstyle \
qtextlayout \
qtextpiecetable \
qtipc \
qtoolbar \