equal
deleted
inserted
replaced
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 guiapplauncher \ |
14 guiapplauncher |
15 #atwrapper \ # These tests need significant updating, |
|
16 #uiloader \ # they have hardcoded machine names etc. |
|
17 |
15 Q3SUBDIRS += \ |
18 Q3SUBDIRS += \ |
16 q3accel \ |
19 q3accel \ |
17 q3action \ |
20 q3action \ |
18 q3actiongroup \ |
21 q3actiongroup \ |
19 q3buttongroup \ |
22 q3buttongroup \ |
62 q3valuevector \ |
65 q3valuevector \ |
63 q3combobox \ |
66 q3combobox \ |
64 q3frame \ |
67 q3frame \ |
65 q3uridrag \ |
68 q3uridrag \ |
66 q3widgetstack |
69 q3widgetstack |
|
70 |
|
71 !cross_compile:Q3SUBDIRS += \ |
|
72 uic3 |
67 |
73 |
68 SUBDIRS += \ |
74 SUBDIRS += \ |
69 # exceptionsafety_objects \ shouldn't enable it |
75 # exceptionsafety_objects \ shouldn't enable it |
70 languagechange \ |
76 languagechange \ |
71 collections \ |
77 collections \ |
128 qdom \ |
134 qdom \ |
129 qdoublespinbox \ |
135 qdoublespinbox \ |
130 qdoublevalidator \ |
136 qdoublevalidator \ |
131 qdrag \ |
137 qdrag \ |
132 qerrormessage \ |
138 qerrormessage \ |
|
139 qevent \ |
133 qeventloop \ |
140 qeventloop \ |
134 qexplicitlyshareddatapointer \ |
141 qexplicitlyshareddatapointer \ |
135 qfile \ |
142 qfile \ |
136 qfiledialog \ |
143 qfiledialog \ |
137 qfiledialog2 \ |
144 qfiledialog2 \ |
344 qtemporaryfile \ |
351 qtemporaryfile \ |
345 qtessellator \ |
352 qtessellator \ |
346 qtextblock \ |
353 qtextblock \ |
347 qtextboundaryfinder \ |
354 qtextboundaryfinder \ |
348 qtextbrowser \ |
355 qtextbrowser \ |
349 qtextcodec \ |
356 #qtextcodec \ |
350 qtextcursor \ |
357 qtextcursor \ |
351 qtextdocument \ |
358 qtextdocument \ |
352 qtextdocumentfragment \ |
359 qtextdocumentfragment \ |
353 qtextdocumentlayout \ |
360 qtextdocumentlayout \ |
354 qtextedit \ |
361 qtextedit \ |
438 qobjectperformance \ |
445 qobjectperformance \ |
439 qpainterpathstroker \ |
446 qpainterpathstroker \ |
440 qplugin \ |
447 qplugin \ |
441 qpluginloader \ |
448 qpluginloader \ |
442 qscrollbar \ |
449 qscrollbar \ |
443 qsharedmemory \ |
|
444 qsidebar \ |
450 qsidebar \ |
445 qsizegrip \ |
451 qsizegrip \ |
446 qsqldriver \ |
452 qsqldriver \ |
447 qsystemsemaphore \ |
|
448 qtconcurrentfilter \ |
453 qtconcurrentfilter \ |
449 qtconcurrentiteratekernel \ |
454 qtconcurrentiteratekernel \ |
450 qtconcurrentmap \ |
455 qtconcurrentmap \ |
451 qtconcurrentrun \ |
456 qtconcurrentrun \ |
452 qtconcurrentthreadengine \ |
457 qtconcurrentthreadengine \ |
453 qthreadpool \ |
458 qthreadpool \ |
|
459 qtipc \ |
454 qtokenautomaton \ |
460 qtokenautomaton \ |
455 qtouchevent \ |
461 qtouchevent \ |
456 qwidget_window \ |
462 qwidget_window \ |
457 rcc \ |
463 rcc \ |
458 windowsmobile |
464 windowsmobile |
476 !win32: { |
482 !win32: { |
477 SUBDIRS += qtextpiecetable |
483 SUBDIRS += qtextpiecetable |
478 } |
484 } |
479 |
485 |
480 symbian { |
486 symbian { |
481 SUBDIRS += qsoftkeymanager |
487 SUBDIRS += qsoftkeymanager \ |
|
488 qs60mainapplication |
482 } |
489 } |
483 |
490 |
484 # Enable the tests specific to QtXmlPatterns. If you add a test, remember to |
491 # 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 |
492 # 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 |
493 # not respected by some test system, they just have a script which loop over |
511 qxmlserializer \ |
518 qxmlserializer \ |
512 xmlpatterns \ |
519 xmlpatterns \ |
513 xmlpatternsdiagnosticsts \ |
520 xmlpatternsdiagnosticsts \ |
514 xmlpatternsschema \ |
521 xmlpatternsschema \ |
515 xmlpatternsschemats \ |
522 xmlpatternsschemats \ |
|
523 xmlpatternssdk \ |
516 xmlpatternsvalidator \ |
524 xmlpatternsvalidator \ |
517 xmlpatternsview \ |
525 xmlpatternsview \ |
518 xmlpatternsxqts \ |
526 xmlpatternsxqts \ |
519 xmlpatternsxslts |
527 xmlpatternsxslts |
520 |
528 |
521 xmlpatternsdiagnosticsts.depends = xmlpatternsxqts |
529 xmlpatternsdiagnosticsts.depends = xmlpatternssdk |
522 xmlpatternsview.depends = xmlpatternsxqts |
530 xmlpatternsview.depends = xmlpatternssdk |
523 xmlpatternsxslts.depends = xmlpatternsxqts |
531 xmlpatternsxslts.depends = xmlpatternssdk |
524 xmlpatternsschemats.depends = xmlpatternsxqts |
532 xmlpatternsschemats.depends = xmlpatternssdk |
525 } |
533 } |
526 |
534 |
527 unix:!embedded:contains(QT_CONFIG, dbus):SUBDIRS += \ |
535 unix:!embedded:contains(QT_CONFIG, dbus):SUBDIRS += \ |
528 qdbusabstractadaptor \ |
536 qdbusabstractadaptor \ |
529 qdbusabstractinterface \ |
537 qdbusabstractinterface \ |
561 qwebhistoryinterface \ |
569 qwebhistoryinterface \ |
562 qwebelement \ |
570 qwebelement \ |
563 qwebhistory |
571 qwebhistory |
564 |
572 |
565 contains(QT_CONFIG, declarative): SUBDIRS += declarative |
573 contains(QT_CONFIG, declarative): SUBDIRS += declarative |
|
574 |
|
575 # Following tests depends on private API |
|
576 !contains(QT_CONFIG, private_tests): SUBDIRS -= \ |
|
577 qcssparser \ |
|
578 qgraphicssceneindex \ |
|
579 qhttpnetworkconnection \ |
|
580 qhttpnetworkreply \ |
|
581 qnativesocketengine \ |
|
582 qnetworkreply \ |
|
583 qpathclipper \ |
|
584 qsocketnotifier \ |
|
585 qsocks5socketengine \ |
|
586 qstylesheetstyle \ |
|
587 qtextpiecetable \ |
|
588 xmlpatternsdiagnosticsts \ |
|
589 xmlpatternsview \ |
|
590 xmlpatternsxqts \ |
|
591 xmlpatternsxslts |
|
592 |
|
593 |
|
594 ############### make check recursively for testcases ################## |
|
595 check.CONFIG = recursive |
|
596 check.recurse = $$SUBDIRS |
|
597 check.recurse_target = check |
|
598 QMAKE_EXTRA_TARGETS += check |
|
599 ########################################################### |