tools/linguist/lrelease/lrelease.pro
changeset 0 1918ee327afb
child 3 41300fa6a67c
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 TEMPLATE        = app
       
     2 TARGET          = lrelease
       
     3 DESTDIR         = ../../../bin
       
     4 
       
     5 QT              -= gui
       
     6 
       
     7 CONFIG          += qt warn_on console
       
     8 CONFIG          -= app_bundle
       
     9 
       
    10 build_all:!build_pass {
       
    11     CONFIG -= build_all
       
    12     CONFIG += release
       
    13 }
       
    14 
       
    15 DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII
       
    16 SOURCES += main.cpp
       
    17 
       
    18 include(../shared/formats.pri)
       
    19 include(../shared/proparser.pri)
       
    20 
       
    21 target.path=$$[QT_INSTALL_BINS]
       
    22 INSTALLS        += target