| Last change
 on this file since 510 was             385, checked in by Dmitry A. Kuminov, 16 years ago | 
        
          | 
general: Moved VERSION definition to src/qt_targets.pri to have it in a single source and together with other relevant information. Added inclusion of src/qt_targets.pri by linguist, assistant and designer application projects so that they will embed version information too.
 | 
        
          | File size:
            563 bytes | 
      
      
| Line |  | 
|---|
| 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(../../../src/qt_professional.pri) | 
|---|
| 19 | include(../shared/formats.pri) | 
|---|
| 20 | include(../shared/proparser.pri) | 
|---|
| 21 | include(../shared/translatortools.pri) | 
|---|
| 22 |  | 
|---|
| 23 | target.path=$$[QT_INSTALL_BINS] | 
|---|
| 24 | INSTALLS        += target | 
|---|
| 25 |  | 
|---|
| 26 | include(../../../src/qt_targets.pri) | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.