source: trunk/src/gui/image/qjpeghandler.pri@ 1016

Last change on this file since 1016 was 846, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 304 bytes
Line 
1# common to plugin and built-in forms
2INCLUDEPATH *= $$PWD
3HEADERS += $$PWD/qjpeghandler_p.h
4SOURCES += $$PWD/qjpeghandler.cpp
5contains(QT_CONFIG, system-jpeg) {
6 if(unix|win32-g++*): LIBS += -ljpeg
7 else:win32: LIBS += libjpeg.lib
8} else {
9 include($$PWD/../../3rdparty/libjpeg.pri)
10}
Note: See TracBrowser for help on using the repository browser.