From af145f0f5b22af285be43c91258ff3ed54e364dc Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Tue, 9 Apr 2019 18:54:53 +0200 Subject: [PATCH] Removed legacy qmake files --- Quazip.pro | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 Quazip.pro diff --git a/Quazip.pro b/Quazip.pro deleted file mode 100644 index ecb9fa9..0000000 --- a/Quazip.pro +++ /dev/null @@ -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)