Last change
on this file since 9 was 2, checked in by dmik, 20 years ago |
Imported xplatform parts of the official release 3.3.1 from Trolltech
|
File size:
399 bytes
|
Line | |
---|
1 | TEMPLATE = app
|
---|
2 | CONFIG += qt warn_on console
|
---|
3 | HEADERS = ../shared/metatranslator.h \
|
---|
4 | ../shared/proparser.h
|
---|
5 | SOURCES = main.cpp \
|
---|
6 | ../shared/metatranslator.cpp \
|
---|
7 | ../shared/proparser.cpp
|
---|
8 |
|
---|
9 | DEFINES += QT_INTERNAL_XML
|
---|
10 | include( ../../../src/qt_professional.pri )
|
---|
11 |
|
---|
12 | TARGET = lrelease
|
---|
13 | INCLUDEPATH += ../shared
|
---|
14 | DESTDIR = ../../../bin
|
---|
15 |
|
---|
16 | target.path=$$bins.path
|
---|
17 | INSTALLS += target
|
---|
Note:
See
TracBrowser
for help on using the repository browser.