tests/auto/host.pro
changeset 19 fcece45ef507
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
       
     1 TEMPLATE=subdirs
       
     2 SUBDIRS=\
       
     3            headers \
       
     4            bic \
       
     5            compiler \
       
     6            compilerwarnings \
       
     7            linguist \
       
     8            maketestselftest \
       
     9            moc \
       
    10            uic \
       
    11            guiapplauncher \
       
    12            qmake \
       
    13            rcc \
       
    14            symbols \
       
    15            #atwrapper \     # These tests need significant updating,
       
    16            #uiloader \      # they have hardcoded machine names etc.
       
    17 
       
    18 contains(QT_CONFIG,qt3support):SUBDIRS+=uic3
       
    19