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.
16 lines
322 B
16 lines
322 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 = tqm2ts
|
|
INCLUDEPATH += ../shared
|
|
DESTDIR = ../../../bin
|
|
|
|
target.path=$$bins.path
|
|
INSTALLS += target
|