blob: 755ea46a027e825cadb63d4c037f38752c196d87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
TEMPLATE = app
CONFIG += qt warn_on console
HEADERS = ../shared/metatranslator.h \
../shared/proparser.h
SOURCES = main.cpp \
../shared/metatranslator.cpp \
../shared/proparser.cpp
DEFINES += QT_INTERNAL_XML
include( ../../../src/qt_professional.pri )
TARGET = lrelease
INCLUDEPATH += ../shared
DESTDIR = ../../../bin
target.path=$$bins.path
INSTALLS += target
|