| Line |   | 
|---|
| 1 | TEMPLATE = lib
 | 
|---|
| 2 | TARGET   = qjpcodecs
 | 
|---|
| 3 | 
 | 
|---|
| 4 | CONFIG  += qt warn_on plugin
 | 
|---|
| 5 | DESTDIR  = ../../../codecs
 | 
|---|
| 6 | 
 | 
|---|
| 7 | REQUIRES        = !bigcodecs
 | 
|---|
| 8 | 
 | 
|---|
| 9 | HEADERS         = ../../../../include/qeucjpcodec.h \
 | 
|---|
| 10 |                   ../../../../include/qjiscodec.h \
 | 
|---|
| 11 |                   ../../../../include/qsjiscodec.h \
 | 
|---|
| 12 |                   ../../../../include/qjpunicode.h \
 | 
|---|
| 13 |                   ../../../../include/private/qfontcodecs_p.h
 | 
|---|
| 14 | 
 | 
|---|
| 15 | SOURCES         = ../../../../src/codecs/qeucjpcodec.cpp \
 | 
|---|
| 16 |                   ../../../../src/codecs/qjiscodec.cpp \
 | 
|---|
| 17 |                   ../../../../src/codecs/qsjiscodec.cpp \
 | 
|---|
| 18 |                   ../../../../src/codecs/qjpunicode.cpp \
 | 
|---|
| 19 |                   ../../../../src/codecs/qfontjpcodec.cpp \
 | 
|---|
| 20 |                   main.cpp
 | 
|---|
| 21 | 
 | 
|---|
| 22 | 
 | 
|---|
| 23 | target.path += $$plugins.path/codecs
 | 
|---|
| 24 | INSTALLS += target
 | 
|---|
| 25 | 
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.