[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/support/lupdate-ezpublish3/ -> ezlupdate.pro (source)

   1  #
   2  # QMake project file for ezlupdate
   3  #
   4  # Gunnstein Lye <gl@ez.no>
   5  # Created on: <9-December-2002 11:34:26 gl>
   6  #
   7  # Copyright (C) 1999-2006 eZ systems as. All rights reserved.
   8  #
   9  
  10  PROJECT     = ezlupdate
  11  TEMPLATE    = app
  12  CONFIG     += qt warn_on release console
  13  
  14  unix {
  15      macx {
  16          !exists( $(QTDIR)/lib/libqt.3* ) {
  17              message( "Single-threaded Qt not found." )
  18              message( "Configuring for multi-threaded Qt..." )
  19              CONFIG += thread
  20          }
  21      }
  22      !macx {
  23          !exists( $(QTDIR)/lib/libqt.* ) {
  24              message( "Single-threaded Qt not found." )
  25              message( "Configuring for multi-threaded Qt..." )
  26              CONFIG += thread
  27          }
  28      }
  29  }
  30  
  31  OBJECTS_DIR = obj
  32  MOC_DIR     = moc
  33  INCLUDEPATH = .
  34  
  35  HEADERS     = metatranslator.h \
  36                proparser.h
  37  
  38  SOURCES     = fetchtr_php.cpp \
  39                fetchtr_tpl.cpp \
  40                main.cpp \
  41                merge.cpp \
  42                numberh.cpp \
  43                sametexth.cpp \
  44                metatranslator.cpp \
  45                proparser.cpp
  46  
  47  unix {
  48      macx {
  49          DESTDIR = ../../bin/macosx
  50      }
  51      !macx {
  52          DESTDIR = ../../bin/linux
  53      }
  54  }
  55  win32:DESTDIR = ../../bin/win32
  56  
  57  TARGET      = ezlupdate


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7