author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 15 Mar 2010 12:43:09 +0200 | |
branch | RCL_3 |
changeset 6 | dee5afe5301f |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
TARGET = qcncodecs |
2 |
include(../../qpluginbase.pri) |
|
3 |
||
4 |
CONFIG += warn_on |
|
5 |
QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/codecs |
|
6 |
QT = core |
|
7 |
||
8 |
HEADERS = qgb18030codec.h |
|
9 |
||
10 |
SOURCES = qgb18030codec.cpp \ |
|
11 |
main.cpp |
|
12 |
||
13 |
target.path += $$[QT_INSTALL_PLUGINS]/codecs |
|
14 |
INSTALLS += target |
|
15 |
||
16 |
symbian:TARGET.UID3=0x2001E615 |