Don't try to mmap past EOF
[qt-netbsd.git] / src / testlib / testlib.pro
blobf68ff3584e681ccbad31e881d38378672549c2ee
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
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 \
50 qtestelement.cpp \
51 qtestelementattribute.cpp \
52 qtestbasicstreamer.cpp \
53 qtestxunitstreamer.cpp \
54 qtestxmlstreamer.cpp \
55 qtestlightxmlstreamer.cpp \
56 qtestlogger.cpp \
57 qtestfilelogger.cpp
58 DEFINES *= QT_NO_CAST_TO_ASCII \
59 QT_NO_CAST_FROM_ASCII \
60 QTESTLIB_MAKEDLL \
61 QT_NO_DATASTREAM
62 embedded:QMAKE_CXXFLAGS += -fno-rtti
63 wince*::LIBS += libcmt.lib \
64 corelibc.lib \
65 ole32.lib \
66 oleaut32.lib \
67 uuid.lib \
68 commctrl.lib \
69 coredll.lib \
70 winsock.lib
71 mac:LIBS += -framework IOKit \
72 -framework ApplicationServices \
73 -framework Security
74 include(../qbase.pri)
75 QMAKE_TARGET_PRODUCT = QTestLib
76 QMAKE_TARGET_DESCRIPTION = Qt \
77 Unit \
78 Testing \
79 Library
80 symbian:TARGET.UID3=0x2001B2DF