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