| author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
| Wed, 28 Apr 2010 13:15:16 +0300 | |
| branch | RCL_3 |
| changeset 16 | b25b6dc3ff8b |
| 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 |