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

DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII
SOURCES += main.cpp

include(../../../src/tools/bootstrap/bootstrap.pri)
include(../shared/formats.pri)
include(../shared/proparser.pri)
include(../../shared/symbian/epocroot.pri)

win32:LIBS += -ladvapi32   # for registry.cpp in epocroot

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