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