From 41ec8243053b3f2ac51c359292666380a223108a Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Sun, 19 Jul 2015 18:02:20 -1000 Subject: [PATCH] Removed qt files --- libSquish.pri | 28 ---------------------------- libSquish.pro | 8 -------- 2 files changed, 36 deletions(-) delete mode 100644 libSquish.pri delete mode 100644 libSquish.pro diff --git a/libSquish.pri b/libSquish.pri deleted file mode 100644 index c5772df..0000000 --- a/libSquish.pri +++ /dev/null @@ -1,28 +0,0 @@ -HEADERS += \ - $$PWD/squish.h - -SOURCES += \ - $$PWD/alpha.cpp \ - $$PWD/alpha.h \ - $$PWD/clusterfit.cpp \ - $$PWD/clusterfit.h \ - $$PWD/colourblock.cpp \ - $$PWD/colourblock.h \ - $$PWD/colourfit.cpp \ - $$PWD/colourfit.h \ - $$PWD/colourset.cpp \ - $$PWD/colourset.h \ - $$PWD/maths.cpp \ - $$PWD/maths.h \ - $$PWD/rangefit.cpp \ - $$PWD/rangefit.h \ - $$PWD/simd.h \ - $$PWD/simd_float.h \ - $$PWD/simd_sse.h \ - $$PWD/simd_ve.h \ - $$PWD/singlecolourfit.cpp \ - $$PWD/singlecolourfit.h \ - $$PWD/singlecolourlookup.inl \ - $$PWD/squish.cpp - -INCLUDEPATH += $$PWD diff --git a/libSquish.pro b/libSquish.pro deleted file mode 100644 index 9b9102d..0000000 --- a/libSquish.pro +++ /dev/null @@ -1,8 +0,0 @@ -TEMPLATE = lib -CONFIG += staticlib c++11 -TARGET = Squish -CONFIG -= Qt -QT = - -include(libSquish.pri) -