source:
trunk/plugins/src/codecs/kr/kr.pro
| Last change on this file was 204, checked in by , 14 years ago | |
|---|---|
| File size: 400 bytes | |
| Line | |
|---|---|
| 1 | TEMPLATE = lib |
| 2 | TARGET = qkrcodecs |
| 3 | |
| 4 | CONFIG += qt warn_on plugin |
| 5 | DESTDIR = ../../../codecs |
| 6 | |
| 7 | REQUIRES = !bigcodecs |
| 8 | |
| 9 | HEADERS = ../../../../include/qeuckrcodec.h \ |
| 10 | ../../../../include/private/qfontcodecs_p.h |
| 11 | |
| 12 | SOURCES = ../../../../src/codecs/qeuckrcodec.cpp \ |
| 13 | ../../../../src/codecs/qfontkrcodec.cpp \ |
| 14 | main.cpp |
| 15 | |
| 16 | |
| 17 | target.path += $$plugins.path/codecs |
| 18 | INSTALLS += target |
| 19 |
Note:
See TracBrowser
for help on using the repository browser.
