Removed legacy qmake files

This commit is contained in:
2019-04-09 18:54:53 +02:00
parent 0b4d47d346
commit af145f0f5b

View File

@ -1,50 +0,0 @@
QT += core
QT -= gui widgets
TARGET = quazip
PROJECT_ROOT = ../..
DEFINES += QUAZIP_BUILD
LIBS += -lz
SOURCES += \
qioapi.cpp \
JlCompress.cpp \
quaadler32.cpp \
quacrc32.cpp \
quagzipfile.cpp \
quaziodevice.cpp \
quazip.cpp \
quazipdir.cpp \
quazipfile.cpp \
quazipfileinfo.cpp \
quazipnewinfo.cpp \
unzip.c \
zip.c
HEADERS += \
crypt.h \
ioapi.h \
JlCompress.h \
quaadler32.h \
quachecksum32.h \
quacrc32.h \
quagzipfile.h \
quaziodevice.h \
quazipdir.h \
quazipfile.h \
quazipfileinfo.h \
quazip_global.h \
quazip.h \
quazipnewinfo.h \
unzip.h \
zip.h
FORMS +=
RESOURCES +=
TRANSLATIONS +=
include($${PROJECT_ROOT}/lib.pri)