~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to tools/linguist/linguist/linguist.pro

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TEMPLATE = app
 
2
LANGUAGE = C++
 
3
QT += xml
 
4
 
 
5
CONFIG        += qt warn_on assistant
 
6
CONFIG        -= debug_and_release
 
7
build_all:!build_pass {
 
8
    CONFIG -= build_all
 
9
    CONFIG += release
 
10
}
 
11
 
 
12
SOURCES        += finddialog.cpp \
 
13
        about.cpp \
 
14
        statistics.cpp \
 
15
        contextmodel.cpp \
 
16
        messagemodel.cpp \
 
17
        phrasemodel.cpp \
 
18
        msgedit.cpp \
 
19
        main.cpp \
 
20
        phrase.cpp \
 
21
        phrasebookbox.cpp \
 
22
        printout.cpp \
 
23
        simtexth.cpp \
 
24
        trwindow.cpp \
 
25
        ../shared/metatranslator.cpp \
 
26
        ../shared/translator.cpp
 
27
HEADERS        += finddialog.h \
 
28
        about.h \
 
29
        statistics.h \
 
30
        contextmodel.h \
 
31
        messagemodel.h \
 
32
        phrasemodel.h \
 
33
        msgedit.h \
 
34
        phrase.h \
 
35
        phrasebookbox.h \
 
36
        printout.h \
 
37
        simtexth.h \
 
38
        trwindow.h \
 
39
        ../shared/metatranslator.h \
 
40
        ../shared/translator.h
 
41
 
 
42
contains(QT_PRODUCT, OpenSource.*):DEFINES *= QT_OPENSOURCE
 
43
DEFINES        += QT_KEYWORDS
 
44
 
 
45
DESTDIR                = ../../../bin
 
46
TARGET                = linguist
 
47
 
 
48
win32:RC_FILE        = linguist.rc
 
49
 
 
50
mac {
 
51
    static:CONFIG -= global_init_link_order
 
52
    ICON = linguist.icns
 
53
    TARGET = Linguist
 
54
}
 
55
 
 
56
PROJECTNAME        = Qt Linguist
 
57
 
 
58
target.path=$$[QT_INSTALL_BINS]
 
59
INSTALLS        += target
 
60
 
 
61
linguisttranslations.files = *.qm
 
62
linguisttranslations.path = $$[QT_INSTALL_TRANSLATIONS]
 
63
INSTALLS += linguisttranslations
 
64
 
 
65
phrasebooks.path=$$[QT_INSTALL_DATA]/phrasebooks
 
66
phrasebooks.files = $$QT_SOURCE_TREE/tools/linguist/phrasebooks/*
 
67
INSTALLS += phrasebooks
 
68
FORMS     = about.ui \
 
69
            statistics.ui \
 
70
            phrasebookbox.ui \
 
71
            finddialog.ui
 
72
INCLUDEPATH        += ../shared ../../assistant/lib
 
73
RESOURCES += linguist.qrc