qztest.pro 423 B

1234567891011121314151617181920
  1. TEMPLATE = app
  2. QT -= gui
  3. CONFIG += qtestlib
  4. TARGET =
  5. DEPENDPATH += .
  6. INCLUDEPATH += . ..
  7. LIBS += -lquazip
  8. # Input
  9. HEADERS += testquazip.h \
  10. testquazipfile.h \
  11. testquachecksum32.h \
  12. testjlcompress.h \
  13. qztest.h
  14. SOURCES += testquazip.cpp \
  15. testquazipfile.cpp \
  16. testquachecksum32.cpp \
  17. testjlcompress.cpp \
  18. qztest.cpp