Orb/Doxygen/qtools/qtools.pro.in
changeset 0 42188c7ea2d9
equal deleted inserted replaced
-1:000000000000 0:42188c7ea2d9
       
     1 TEMPLATE	= lib
       
     2 CONFIG		= warn_on staticlib $extraopts
       
     3 HEADERS		= qarray.h \
       
     4 		  qbuffer.h \
       
     5                   qcache.h \
       
     6                   qgcache.h \
       
     7 		  qcollection.h \
       
     8 		  qconfig.h \
       
     9 		  qcstring.h \
       
    10 		  scstring.h \
       
    11 		  qdatastream.h \
       
    12 		  qdatetime.h \
       
    13 		  qdict.h \
       
    14 		  qdir.h \
       
    15 		  qfeatures.h \
       
    16 		  qfile.h \
       
    17 		  qfiledefs_p.h \
       
    18 		  qfileinfo.h \
       
    19 		  qgarray.h \
       
    20 		  qfeatures.h \
       
    21 		  qgdict.h \
       
    22 		  qgeneric.h \
       
    23 		  qglist.h \
       
    24 		  qglobal.h \
       
    25 		  qgstring.h \
       
    26 		  qgvector.h \
       
    27 		  qintdict.h \
       
    28 		  qiodevice.h \
       
    29 		  qlist.h \
       
    30 		  qptrdict.h \
       
    31 		  qqueue.h \
       
    32 		  qregexp.h \
       
    33 		  qshared.h \
       
    34 		  qsortedlist.h \
       
    35 		  qstack.h \
       
    36 		  qstring.h \
       
    37 		  qstringlist.h \
       
    38 		  qstrlist.h \
       
    39 		  qstrvec.h \
       
    40 		  qtextstream.h \
       
    41 		  qtl.h \
       
    42 		  qvaluelist.h \
       
    43 		  qvector.h \
       
    44                   qxml.h \
       
    45                   qvaluestack.h \
       
    46                   qmap.h \
       
    47 		  qmodules.h
       
    48 SOURCES		= qbuffer.cpp \
       
    49 		  qcollection.cpp \
       
    50 		  scstring.cpp \
       
    51 		  qdatastream.cpp \
       
    52 		  qdatetime.cpp \
       
    53 		  qdir.cpp \
       
    54 		  qfile.cpp \
       
    55 		  qfileinfo.cpp \
       
    56 		  qgarray.cpp \
       
    57 		  qgcache.cpp \
       
    58 		  qgdict.cpp \
       
    59 		  qglist.cpp \
       
    60 		  qglobal.cpp \
       
    61 		  qgstring.cpp \
       
    62 		  qgvector.cpp \
       
    63 		  qiodevice.cpp \
       
    64 		  qregexp.cpp \
       
    65 		  qstring.cpp \
       
    66                   qtextstream.cpp \
       
    67 		  qtextcodec.cpp \
       
    68 		  qstringlist.cpp \
       
    69 	          qxml.cpp \
       
    70                   qmap.cpp
       
    71 
       
    72 unix:SOURCES +=   qfile_unix.cpp \
       
    73 		  qdir_unix.cpp \
       
    74 		  qfileinfo_unix.cpp
       
    75 
       
    76 win32:SOURCES +=  qfile_win32.cpp \
       
    77 		  qdir_win32.cpp \
       
    78 		  qfileinfo_win32.cpp
       
    79 
       
    80 INCLUDEPATH = .
       
    81 TMAKE_CXXFLAGS += -DQT_NO_CODECS -DQT_LITE_UNICODE
       
    82 win32:TMAKE_CXXFLAGS += -DQT_NODLL
       
    83 win32-g++:TMAKE_CXXFLAGS += -D__CYGWIN__ -DALL_STATIC
       
    84 OBJECTS_DIR = ../objects
       
    85 DESTDIR = ../lib