Commit bb3a4e11584aa089e3d0c565522eda28b009a7c5
- Diff rendering mode:
- inline
- side by side
src/testlib/testlib.pro
(21 / 11)
|   | |||
| 8 | 8 | Library | |
| 9 | 9 | ||
| 10 | 10 | # Input | |
| 11 | HEADERS = qtest_global.h \ | ||
| 11 | HEADERS = qbenchmark.h \ | ||
| 12 | qsignalspy.h \ | ||
| 13 | qtestaccessible.h \ | ||
| 14 | qtestassert.h \ | ||
| 15 | qtestbasicstreamer.h \ | ||
| 12 | 16 | qtestcase.h \ | |
| 13 | qtestdata.h \ | ||
| 14 | qtesteventloop.h \ | ||
| 15 | qtestcorelist.h \ | ||
| 16 | 17 | qtestcoreelement.h \ | |
| 17 | qtestelement.h \ | ||
| 18 | qtestcorelist.h \ | ||
| 19 | qtestdata.h \ | ||
| 18 | 20 | qtestelementattribute.h \ | |
| 19 | qtestbasicstreamer.h \ | ||
| 20 | qtestxunitstreamer.h \ | ||
| 21 | qtestxmlstreamer.h \ | ||
| 22 | qtestlightxmlstreamer.h \ | ||
| 21 | qtestelement.h \ | ||
| 22 | qtestevent.h \ | ||
| 23 | qtesteventloop.h \ | ||
| 23 | 24 | qtestfilelogger.h \ | |
| 24 | qtesttouch.h | ||
| 25 | qtest_global.h \ | ||
| 26 | qtest_gui.h \ | ||
| 27 | qtest.h \ | ||
| 28 | qtestkeyboard.h \ | ||
| 29 | qtestlightxmlstreamer.h \ | ||
| 30 | qtestmouse.h \ | ||
| 31 | qtestspontaneevent.h \ | ||
| 32 | qtestsystem.h \ | ||
| 33 | qtesttouch.h \ | ||
| 34 | qtestxmlstreamer.h \ | ||
| 35 | qtestxunitstreamer.h | ||
| 25 | 36 | SOURCES = qtestcase.cpp \ | |
| 26 | 37 | qtestlog.cpp \ | |
| 27 | 38 | qtesttable.cpp \ | |
| … | … | ||
| 77 | 77 | Unit \ | |
| 78 | 78 | Testing \ | |
| 79 | 79 | Library | |
| 80 | |||
| 81 | 80 | symbian:TARGET.UID3=0x2001B2DF |

