author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
TARGET = qtwcodecs |
2 |
include(../../qpluginbase.pri) |
|
3 |
||
4 |
CONFIG += warn_on |
|
5 |
QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/codecs |
|
6 |
QT = core |
|
7 |
||
8 |
HEADERS = qbig5codec.h |
|
9 |
||
10 |
SOURCES = qbig5codec.cpp \ |
|
11 |
main.cpp |
|
12 |
||
13 |
target.path += $$[QT_INSTALL_PLUGINS]/codecs |
|
14 |
INSTALLS += target |
|
15 |
||
16 |
symbian:TARGET.UID3=0x2001B2E4 |