src/corelib/tools/tools.pri
changeset 30 5dc02b23752f
parent 3 41300fa6a67c
child 33 3e2da88830cd
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
    31         tools/qringbuffer_p.h \
    31         tools/qringbuffer_p.h \
    32         tools/qshareddata.h \
    32         tools/qshareddata.h \
    33         tools/qsharedpointer.h \
    33         tools/qsharedpointer.h \
    34         tools/qsharedpointer_impl.h \
    34         tools/qsharedpointer_impl.h \
    35         tools/qset.h \
    35         tools/qset.h \
       
    36         tools/qsimd_p.h \
    36         tools/qsize.h \
    37         tools/qsize.h \
    37         tools/qstack.h \
    38         tools/qstack.h \
    38         tools/qstring.h \
    39         tools/qstring.h \
    39         tools/qstringbuilder.h \
    40         tools/qstringbuilder.h \
    40         tools/qstringlist.h \
    41         tools/qstringlist.h \
    41         tools/qstringmatcher.h \
    42         tools/qstringmatcher.h \
    42         tools/qtextboundaryfinder.h \
    43         tools/qtextboundaryfinder.h \
    43         tools/qtimeline.h \
    44         tools/qtimeline.h \
       
    45         tools/qelapsedtimer.h \
    44         tools/qunicodetables_p.h \
    46         tools/qunicodetables_p.h \
    45         tools/qvarlengtharray.h \
    47         tools/qvarlengtharray.h \
    46         tools/qvector.h \
    48         tools/qvector.h \
    47         tools/qscopedpointer.h \
    49         tools/qscopedpointer.h \
    48         tools/qscopedpointer_p.h
    50         tools/qscopedpointer_p.h
    53         tools/qbytearray.cpp \
    55         tools/qbytearray.cpp \
    54         tools/qbytearraymatcher.cpp \
    56         tools/qbytearraymatcher.cpp \
    55         tools/qcryptographichash.cpp \
    57         tools/qcryptographichash.cpp \
    56         tools/qdatetime.cpp \
    58         tools/qdatetime.cpp \
    57         tools/qeasingcurve.cpp \
    59         tools/qeasingcurve.cpp \
       
    60         tools/qelapsedtimer.cpp \
    58         tools/qhash.cpp \
    61         tools/qhash.cpp \
    59         tools/qline.cpp \
    62         tools/qline.cpp \
    60         tools/qlinkedlist.cpp \
    63         tools/qlinkedlist.cpp \
    61         tools/qlist.cpp \
    64         tools/qlist.cpp \
    62         tools/qlocale.cpp \
    65         tools/qlocale.cpp \
    66         tools/qcontiguouscache.cpp \
    69         tools/qcontiguouscache.cpp \
    67         tools/qrect.cpp \
    70         tools/qrect.cpp \
    68         tools/qregexp.cpp \
    71         tools/qregexp.cpp \
    69         tools/qshareddata.cpp \
    72         tools/qshareddata.cpp \
    70         tools/qsharedpointer.cpp \
    73         tools/qsharedpointer.cpp \
       
    74         tools/qsimd.cpp \
    71         tools/qsize.cpp \
    75         tools/qsize.cpp \
    72         tools/qstring.cpp \
    76         tools/qstring.cpp \
    73         tools/qstringbuilder.cpp \
    77         tools/qstringbuilder.cpp \
    74         tools/qstringlist.cpp \
    78         tools/qstringlist.cpp \
    75         tools/qtextboundaryfinder.cpp \
    79         tools/qtextboundaryfinder.cpp \
    76         tools/qtimeline.cpp \
    80         tools/qtimeline.cpp \
    77         tools/qvector.cpp \
    81         tools/qvector.cpp \
    78         tools/qvsnprintf.cpp
    82         tools/qvsnprintf.cpp
    79 
    83 
    80 symbian:SOURCES+=tools/qlocale_symbian.cpp
    84 symbian:SOURCES+=tools/qlocale_symbian.cpp
       
    85 
       
    86 mac:SOURCES += tools/qelapsedtimer_mac.cpp
       
    87 else:symbian:SOURCES += tools/qelapsedtimer_symbian.cpp
       
    88 else:unix:SOURCES += tools/qelapsedtimer_unix.cpp
       
    89 else:win32:SOURCES += tools/qelapsedtimer_win.cpp
       
    90 else:SOURCES += tools/qelapsedtimer_generic.cpp
    81 
    91 
    82 #zlib support
    92 #zlib support
    83 contains(QT_CONFIG, zlib) {
    93 contains(QT_CONFIG, zlib) {
    84    wince*: DEFINES += NO_ERRNO_H
    94    wince*: DEFINES += NO_ERRNO_H
    85    INCLUDEPATH += ../3rdparty/zlib
    95    INCLUDEPATH += ../3rdparty/zlib