source: trunk/src/plugins/imageformats/jpeg/jpeg.pro@ 1028

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

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

File size: 299 bytes
Line 
1TARGET = qjpeg
2include(../../qpluginbase.pri)
3
4QTDIR_build:REQUIRES = "!contains(QT_CONFIG, no-jpeg)"
5
6include(../../../gui/image/qjpeghandler.pri)
7SOURCES += main.cpp
8
9QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/imageformats
10target.path += $$[QT_INSTALL_PLUGINS]/imageformats
11INSTALLS += target
Note: See TracBrowser for help on using the repository browser.