tests/auto/auto.pro
branchRCL_3
changeset 4 3b1da2848fc7
parent 3 41300fa6a67c
child 8 3f74d0d4af4c
equal deleted inserted replaced
3:41300fa6a67c 4:3b1da2848fc7
     6            headers \
     6            headers \
     7            bic \
     7            bic \
     8            compiler \
     8            compiler \
     9            compilerwarnings \
     9            compilerwarnings \
    10            linguist \
    10            linguist \
       
    11            maketestselftest \
    11            moc \
    12            moc \
    12            uic \
    13            uic \
    13            uic3 \
    14            uic3 \
    14            guiapplauncher	   
    15            guiapplauncher \
       
    16            #atwrapper \     # These tests need significant updating,
       
    17            #uiloader \      # they have hardcoded machine names etc.
       
    18 
    15 Q3SUBDIRS += \
    19 Q3SUBDIRS += \
    16            q3accel \
    20            q3accel \
    17            q3action \
    21            q3action \
    18            q3actiongroup \
    22            q3actiongroup \
    19            q3buttongroup \
    23            q3buttongroup \
   128            qdom \
   132            qdom \
   129            qdoublespinbox \
   133            qdoublespinbox \
   130            qdoublevalidator \
   134            qdoublevalidator \
   131            qdrag \
   135            qdrag \
   132            qerrormessage \
   136            qerrormessage \
       
   137            qevent \
   133            qeventloop \
   138            qeventloop \
   134            qexplicitlyshareddatapointer \
   139            qexplicitlyshareddatapointer \
   135            qfile \
   140            qfile \
   136            qfiledialog \
   141            qfiledialog \
   137            qfiledialog2 \
   142            qfiledialog2 \
   476 !win32: {
   481 !win32: {
   477     SUBDIRS += qtextpiecetable
   482     SUBDIRS += qtextpiecetable
   478 }
   483 }
   479 
   484 
   480 symbian {
   485 symbian {
   481     SUBDIRS += qsoftkeymanager
   486     SUBDIRS += qsoftkeymanager \
       
   487                qs60mainapplication
   482 }
   488 }
   483 
   489 
   484 # Enable the tests specific to QtXmlPatterns. If you add a test, remember to
   490 # Enable the tests specific to QtXmlPatterns. If you add a test, remember to
   485 # update runQtXmlPatternsTests.sh too. Remember that this file, auto.pro, is
   491 # update runQtXmlPatternsTests.sh too. Remember that this file, auto.pro, is
   486 # not respected by some test system, they just have a script which loop over
   492 # not respected by some test system, they just have a script which loop over
   561            qwebhistoryinterface \
   567            qwebhistoryinterface \
   562            qwebelement \
   568            qwebelement \
   563            qwebhistory
   569            qwebhistory
   564 
   570 
   565 contains(QT_CONFIG, declarative): SUBDIRS += declarative
   571 contains(QT_CONFIG, declarative): SUBDIRS += declarative
       
   572 
       
   573 # Following tests depends on private API
       
   574 !contains(QT_CONFIG, private_tests): SUBDIRS -= \
       
   575            qcssparser \
       
   576            qgraphicssceneindex \
       
   577            qhttpnetworkconnection \
       
   578            qhttpnetworkreply \
       
   579            qnativesocketengine \
       
   580            qnetworkreply \
       
   581            qpathclipper \
       
   582            qsocketnotifier \
       
   583            qsocks5socketengine \
       
   584            qstylesheetstyle \
       
   585            qtextpiecetable \
       
   586            xmlpatternsdiagnosticsts \
       
   587            xmlpatternsview \
       
   588            xmlpatternsxqts \
       
   589            xmlpatternsxslts