You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt3/tools/linguist/lrelease/lrelease.pro

18 lines
384 B

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 = tqlrelease
INCLUDEPATH += ../shared
DESTDIR = ../../../bin
target.path=$$bins.path
INSTALLS += target