author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 06 Jul 2010 15:10:48 +0300 | |
changeset 30 | 5dc02b23752f |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
TARGET = QtTest |
2 |
QPRO_PWD = $$PWD |
|
3 |
QT = core |
|
4 |
INCLUDEPATH += . |
|
5 |
unix:!embedded:QMAKE_PKGCONFIG_DESCRIPTION = Qt \ |
|
6 |
Unit \ |
|
7 |
Testing \ |
|
8 |
Library |
|
9 |
||
10 |
# Input |
|
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 \ |
|
39 |
qtestdata.cpp \ |
|
40 |
qtestresult.cpp \ |
|
41 |
qasciikey.cpp \ |
|
42 |
qplaintestlogger.cpp \ |
|
43 |
qxmltestlogger.cpp \ |
|
44 |
qsignaldumper.cpp \ |
|
45 |
qabstracttestlogger.cpp \ |
|
46 |
qbenchmark.cpp \ |
|
47 |
qbenchmarkmeasurement.cpp \ |
|
48 |
qbenchmarkvalgrind.cpp \ |
|
49 |
qbenchmarkevent.cpp \ |
|
30
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
50 |
qbenchmarkmetric.cpp \ |
0 | 51 |
qtestelement.cpp \ |
52 |
qtestelementattribute.cpp \ |
|
53 |
qtestbasicstreamer.cpp \ |
|
54 |
qtestxunitstreamer.cpp \ |
|
55 |
qtestxmlstreamer.cpp \ |
|
56 |
qtestlightxmlstreamer.cpp \ |
|
57 |
qtestlogger.cpp \ |
|
58 |
qtestfilelogger.cpp |
|
59 |
DEFINES *= QT_NO_CAST_TO_ASCII \ |
|
60 |
QT_NO_CAST_FROM_ASCII \ |
|
61 |
QTESTLIB_MAKEDLL \ |
|
62 |
QT_NO_DATASTREAM |
|
63 |
embedded:QMAKE_CXXFLAGS += -fno-rtti |
|
64 |
wince*::LIBS += libcmt.lib \ |
|
65 |
corelibc.lib \ |
|
66 |
ole32.lib \ |
|
67 |
oleaut32.lib \ |
|
68 |
uuid.lib \ |
|
69 |
commctrl.lib \ |
|
70 |
coredll.lib \ |
|
71 |
winsock.lib |
|
72 |
mac:LIBS += -framework IOKit \ |
|
73 |
-framework ApplicationServices \ |
|
74 |
-framework Security |
|
75 |
include(../qbase.pri) |
|
76 |
QMAKE_TARGET_PRODUCT = QTestLib |
|
77 |
QMAKE_TARGET_DESCRIPTION = Qt \ |
|
78 |
Unit \ |
|
79 |
Testing \ |
|
80 |
Library |
|
81 |
symbian:TARGET.UID3=0x2001B2DF |