author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Fri, 16 Apr 2010 11:39:52 +0300 | |
branch | RCL_3 |
changeset 8 | 740e5562c97f |
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 |