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

« back to all changes in this revision

Viewing changes to tools/linguist/lrelease/lrelease.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
TEMPLATE        = app
 
2
CONFIG          += qt warn_on console
 
3
CONFIG          -= app_bundle
 
4
build_all:!build_pass {
 
5
    CONFIG -= build_all
 
6
    CONFIG += release
 
7
}
 
8
HEADERS         = ../shared/metatranslator.h \
 
9
                  ../shared/translator.h \
 
10
                  ../shared/proparser.h
 
11
SOURCES         = main.cpp \
 
12
                  ../shared/metatranslator.cpp \
 
13
                  ../shared/translator.cpp \
 
14
                  ../shared/proparser.cpp
 
15
 
 
16
QT += xml
 
17
include( ../../../src/qt_professional.pri )
 
18
 
 
19
TARGET          = lrelease
 
20
INCLUDEPATH     += ../shared
 
21
DESTDIR         = ../../../bin
 
22
 
 
23
target.path=$$[QT_INSTALL_BINS]
 
24
INSTALLS        += target