1234567891011121314151617181920 |
- TEMPLATE = app
- QT -= gui
- CONFIG += qtestlib
- TARGET =
- DEPENDPATH += .
- INCLUDEPATH += . ..
- LIBS += -lquazip
- # Input
- HEADERS += testquazip.h \
- testquazipfile.h \
- testquachecksum32.h \
- testjlcompress.h \
- qztest.h
- SOURCES += testquazip.cpp \
- testquazipfile.cpp \
- testquachecksum32.cpp \
- testjlcompress.cpp \
- qztest.cpp
|