Last change
on this file since 604 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
File size:
442 bytes
|
Rev | Line | |
---|
[2] | 1 | TARGET = qkrcodecs
|
---|
[166] | 2 | os2:TARGET_SHORT = qkrcod
|
---|
[2] | 3 | include(../../qpluginbase.pri)
|
---|
| 4 |
|
---|
| 5 | CONFIG += warn_on
|
---|
| 6 | QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/codecs
|
---|
| 7 | QT = core
|
---|
| 8 |
|
---|
| 9 | HEADERS = qeuckrcodec.h \
|
---|
| 10 | cp949codetbl.h
|
---|
| 11 | SOURCES = qeuckrcodec.cpp \
|
---|
| 12 | main.cpp
|
---|
| 13 |
|
---|
| 14 | wince*: {
|
---|
| 15 | SOURCES += ../../../corelib/kernel/qfunctions_wince.cpp
|
---|
| 16 | }
|
---|
| 17 |
|
---|
| 18 | target.path += $$[QT_INSTALL_PLUGINS]/codecs
|
---|
| 19 | INSTALLS += target
|
---|
[561] | 20 |
|
---|
| 21 | symbian:TARGET.UID3=0x2001B2E5
|
---|
Note:
See
TracBrowser
for help on using the repository browser.