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
321 B
16 lines
321 B
13 years ago
|
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
|