Remove unused file

This commit is contained in:
David Sansome 2010-05-08 20:57:24 +00:00
parent 72dbfd51c5
commit aba44b7a5a
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
include(../common.pri)
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
# We need to find zlib.h. If it's not in the system includes, this will
# find the one includes with Qt, assuming a developer-style "in-place" install.
# Otherwise, edit this to point at the directory where zlib.h resides.
INCLUDEPATH += $$[QT_INSTALL_PREFIX]/src/3rdparty/zlib
qtiocompressor-uselib:!qtiocompressor-buildlib {
LIBS += -L$$QTIOCOMPRESSOR_LIBDIR -l$$QTIOCOMPRESSOR_LIBNAME
} else {
SOURCES += $$PWD/qtiocompressor.cpp
HEADERS += $$PWD/qtiocompressor.h
}
win32 {
contains(TEMPLATE, lib):contains(CONFIG, shared):DEFINES += QT_QTIOCOMPRESSOR_EXPORT
else:qtiocompressor-uselib:DEFINES += QT_QTIOCOMPRESSOR_IMPORT
}