~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to src/plugins/codecs/kr/kr.pro

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TARGET   = qkrcodecs
 
2
include(../../qpluginbase.pri)
 
3
 
 
4
CONFIG  += warn_on
 
5
DESTDIR  = $$QT_BUILD_TREE/plugins/codecs
 
6
 
 
7
REQUIRES   = shared
 
8
 
 
9
HEADERS         = qeuckrcodec.h
 
10
 
 
11
SOURCES         = qeuckrcodec.cpp \
 
12
                  main.cpp
 
13
 
 
14
target.path += $$[QT_INSTALL_PLUGINS]/codecs
 
15
INSTALLS += target