summaryrefslogtreecommitdiffstats
path: root/tools/linguist/lrelease/lrelease.pro
blob: 01091b3cb9d45fee31088564b064bc2ee9181af0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TEMPLATE        = app
TARGET          = lrelease
DESTDIR         = ../../../bin

QT              -= gui

CONFIG          += qt warn_on console
CONFIG          -= app_bundle

build_all:!build_pass {
    CONFIG -= build_all
    CONFIG += release
}

DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII
SOURCES += main.cpp

include(../shared/formats.pri)
include(../shared/proparser.pri)

target.path=$$[QT_INSTALL_BINS]
INSTALLS        += target