author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 19 Feb 2010 23:40:16 +0200 | |
branch | RCL_3 |
changeset 4 | 3b1da2848fc7 |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
TARGET = qkrcodecs |
2 |
include(../../qpluginbase.pri) |
|
3 |
||
4 |
CONFIG += warn_on |
|
5 |
QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/codecs |
|
6 |
QT = core |
|
7 |
||
8 |
HEADERS = qeuckrcodec.h \ |
|
9 |
cp949codetbl.h |
|
10 |
SOURCES = qeuckrcodec.cpp \ |
|
11 |
main.cpp |
|
12 |
||
13 |
wince*: { |
|
14 |
SOURCES += ../../../corelib/kernel/qfunctions_wince.cpp |
|
15 |
} |
|
16 |
||
17 |
target.path += $$[QT_INSTALL_PLUGINS]/codecs |
|
18 |
INSTALLS += target |
|
19 |
||
20 |
symbian:TARGET.UID3=0x2001B2E5 |