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.
qt3/tools/linguist/qm2ts/qm2ts.pro

16 lines
321 B

TEMPLATE = app
CONFIG += qt warn_on console
HEADERS = ../shared/metatranslator.h
SOURCES = main.cpp \
../shared/metatranslator.cpp
DEFINES += QT_INTERNAL_XML
include( ../../../src/qt_professional.pri )
TARGET = qm2ts
INCLUDEPATH += ../shared
DESTDIR = ../../../bin
target.path=$$bins.path
INSTALLS += target