source:
trunk/src/testlib/testlib.pro@
883
| Last change on this file since 883 was 846, checked in by , 15 years ago | |
|---|---|
| File size: 1.8 KB | |
| Rev | Line | |
|---|---|---|
| [561] | 1 | TARGET = QtTest |
| [2] | 2 | QPRO_PWD = $$PWD |
| [561] | 3 | QT = core |
| [2] | 4 | INCLUDEPATH += . |
| [561] | 5 | unix:!embedded:QMAKE_PKGCONFIG_DESCRIPTION = Qt \ |
| 6 | Unit \ | |
| 7 | Testing \ | |
| 8 | Library | |
| [2] | 9 | |
| 10 | # Input | |
| [561] | 11 | HEADERS = qbenchmark.h \ |
| 12 | qsignalspy.h \ | |
| 13 | qtestaccessible.h \ | |
| 14 | qtestassert.h \ | |
| 15 | qtestbasicstreamer.h \ | |
| 16 | qtestcase.h \ | |
| 17 | qtestcoreelement.h \ | |
| 18 | qtestcorelist.h \ | |
| 19 | qtestdata.h \ | |
| 20 | qtestelementattribute.h \ | |
| 21 | qtestelement.h \ | |
| 22 | qtestevent.h \ | |
| 23 | qtesteventloop.h \ | |
| 24 | qtestfilelogger.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 | |
| 36 | SOURCES = qtestcase.cpp \ | |
| 37 | qtestlog.cpp \ | |
| 38 | qtesttable.cpp \ | |
