WTF.pro 654 B

123456789101112131415161718192021222324252627282930313233
  1. TEMPLATE = app
  2. TARGET = tst_wtf
  3. SOURCES += \
  4. AtomicString.cpp \
  5. CheckedArithmeticOperations.cpp \
  6. CString.cpp \
  7. Functional.cpp \
  8. HashMap.cpp \
  9. HashSet.cpp \
  10. IntegerToStringConversion.cpp \
  11. ListHashSet.cpp \
  12. MD5.cpp \
  13. MathExtras.cpp \
  14. MediaTime.cpp \
  15. RedBlackTree.cpp \
  16. SHA1.cpp \
  17. SaturatedArithmeticOperations.cpp \
  18. StringBuilder.cpp \
  19. StringHasher.cpp \
  20. StringImpl.cpp \
  21. StringOperators.cpp \
  22. TemporaryChange.cpp \
  23. Vector.cpp \
  24. VectorBasic.cpp \
  25. VectorReverse.cpp \
  26. WTFString.cpp
  27. include(../../TestWebKitAPI.pri)
  28. DEFINES += APITEST_SOURCE_DIR=\\\"$$PWD\\\"