src/testlib/testlib.pro
changeset 0 1918ee327afb
child 30 5dc02b23752f
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     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 \
       
    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