Made .pri externally-includable

This commit is contained in:
Jack Andersen 2015-04-04 17:38:23 -10:00
parent fd74976fb7
commit 7c67895430
1 changed files with 25 additions and 23 deletions

View File

@ -1,26 +1,28 @@
HEADERS += \ HEADERS += \
squish.h $$PWD/squish.h
SOURCES += \ SOURCES += \
alpha.cpp \ $$PWD/alpha.cpp \
alpha.h \ $$PWD/alpha.h \
clusterfit.cpp \ $$PWD/clusterfit.cpp \
clusterfit.h \ $$PWD/clusterfit.h \
colourblock.cpp \ $$PWD/colourblock.cpp \
colourblock.h \ $$PWD/colourblock.h \
colourfit.cpp \ $$PWD/colourfit.cpp \
colourfit.h \ $$PWD/colourfit.h \
colourset.cpp \ $$PWD/colourset.cpp \
colourset.h \ $$PWD/colourset.h \
maths.cpp \ $$PWD/maths.cpp \
maths.h \ $$PWD/maths.h \
rangefit.cpp \ $$PWD/rangefit.cpp \
rangefit.h \ $$PWD/rangefit.h \
simd.h \ $$PWD/simd.h \
simd_float.h \ $$PWD/simd_float.h \
simd_sse.h \ $$PWD/simd_sse.h \
simd_ve.h \ $$PWD/simd_ve.h \
singlecolourfit.cpp \ $$PWD/singlecolourfit.cpp \
singlecolourfit.h \ $$PWD/singlecolourfit.h \
singlecolourlookup.inl \ $$PWD/singlecolourlookup.inl \
squish.cpp $$PWD/squish.cpp
INCLUDEPATH += $$PWD