tests/auto/other.pro
changeset 19 fcece45ef507
child 30 5dc02b23752f
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
       
     1 # These tests don't nicely fit into one of the other .pro files.
       
     2 # They are testing too many Qt modules at the same time.
       
     3 
       
     4 TEMPLATE=subdirs
       
     5 SUBDIRS=\
       
     6 #           exceptionsafety_objects \ shouldn't enable it
       
     7            qaccessibility \
       
     8            qalgorithms \
       
     9            qcombobox \
       
    10            qcssparser \
       
    11            qdatastream \
       
    12            qdir \
       
    13            qfocusevent \
       
    14            qimage \
       
    15            qiodevice \
       
    16            qitemmodel \
       
    17            qlayout \
       
    18            qmdiarea \
       
    19            qmenu \
       
    20            qmenubar \
       
    21            qmouseevent \
       
    22            qpainter \
       
    23            qpixmap \
       
    24            qprinter \
       
    25            qsettings \
       
    26            qsplitter \
       
    27            qtabwidget \
       
    28            qtextbrowser \
       
    29            qtextdocument \
       
    30            qtextedit \
       
    31            qtoolbutton \
       
    32            qvariant \
       
    33            qwidget \
       
    34            qworkspace \
       
    35            windowsmobile
       
    36 
       
    37 contains(QT_CONFIG, OdfWriter):SUBDIRS += qzip qtextodfwriter
       
    38 mac: {
       
    39     SUBDIRS += macgui \
       
    40                macplist \
       
    41                qaccessibility_mac
       
    42 }
       
    43 
       
    44 embedded:!wince* {
       
    45     SUBDIRS += qcopchannel \
       
    46                qdirectpainter \
       
    47                qmultiscreen
       
    48 }
       
    49 
       
    50 symbian {
       
    51     SUBDIRS += qsoftkeymanager \
       
    52                qs60mainapplication
       
    53 }
       
    54 
       
    55 # Following tests depends on private API
       
    56 !contains(QT_CONFIG, private_tests): SUBDIRS -= \
       
    57            qcssparser \
       
    58