diff options
Diffstat (limited to 'tqtinterface/qt4/plugins/src/imageformats/png/png.pro')
-rw-r--r-- | tqtinterface/qt4/plugins/src/imageformats/png/png.pro | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/tqtinterface/qt4/plugins/src/imageformats/png/png.pro b/tqtinterface/qt4/plugins/src/imageformats/png/png.pro deleted file mode 100644 index 65e550e..0000000 --- a/tqtinterface/qt4/plugins/src/imageformats/png/png.pro +++ /dev/null @@ -1,55 +0,0 @@ -TEMPLATE = lib -TARGET += qpng - -CONFIG += qt plugin -DESTDIR = ../../../imageformats - -VERSION = 1.0.0 -REQUIRES = !no-png !png - -SOURCES += main.cpp - -system-png { - unix:LIBS += -lpng - win32:LIBS += libpng.lib -} -!system-png { - INCLUDEPATH += $$TQT_SOURCE_TREE/src/3rdparty/libpng - INCLUDEPATH += $$TQT_SOURCE_TREE/src/3rdparty/zlib - SOURCES += \ - ../../../../src/3rdparty/libpng/png.c \ - ../../../../src/3rdparty/libpng/pngerror.c \ - ../../../../src/3rdparty/libpng/pngget.c \ - ../../../../src/3rdparty/libpng/pngmem.c \ - ../../../../src/3rdparty/libpng/pngpread.c \ - ../../../../src/3rdparty/libpng/pngread.c \ - ../../../../src/3rdparty/libpng/pngrio.c \ - ../../../../src/3rdparty/libpng/pngrtran.c \ - ../../../../src/3rdparty/libpng/pngrutil.c \ - ../../../../src/3rdparty/libpng/pngset.c \ - ../../../../src/3rdparty/libpng/pngtrans.c \ - ../../../../src/3rdparty/libpng/pngwio.c \ - ../../../../src/3rdparty/libpng/pngwrite.c \ - ../../../../src/3rdparty/libpng/pngwtran.c \ - ../../../../src/3rdparty/libpng/pngwutil.c -} - -!system-zlib:SOURCES += \ - ../../../../src/3rdparty/zlib/adler32.c \ - ../../../../src/3rdparty/zlib/compress.c \ - ../../../../src/3rdparty/zlib/crc32.c \ - ../../../../src/3rdparty/zlib/deflate.c \ - ../../../../src/3rdparty/zlib/gzio.c \ - ../../../../src/3rdparty/zlib/inffast.c \ - ../../../../src/3rdparty/zlib/inflate.c \ - ../../../../src/3rdparty/zlib/inftrees.c \ - ../../../../src/3rdparty/zlib/trees.c \ - ../../../../src/3rdparty/zlib/uncompr.c \ - ../../../../src/3rdparty/zlib/zutil.c - -system-zlib:unix:LIBS += -lz -system-zlib:mac:LIBS += -lz - - -target.path += $$plugins.path/imageformats -INSTALLS += target |