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