Orb/Doxygen/qtools/qtools.pro.in
changeset 0 42188c7ea2d9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Orb/Doxygen/qtools/qtools.pro.in	Thu Jan 21 17:29:01 2010 +0000
@@ -0,0 +1,85 @@
+TEMPLATE	= lib
+CONFIG		= warn_on staticlib $extraopts
+HEADERS		= qarray.h \
+		  qbuffer.h \
+                  qcache.h \
+                  qgcache.h \
+		  qcollection.h \
+		  qconfig.h \
+		  qcstring.h \
+		  scstring.h \
+		  qdatastream.h \
+		  qdatetime.h \
+		  qdict.h \
+		  qdir.h \
+		  qfeatures.h \
+		  qfile.h \
+		  qfiledefs_p.h \
+		  qfileinfo.h \
+		  qgarray.h \
+		  qfeatures.h \
+		  qgdict.h \
+		  qgeneric.h \
+		  qglist.h \
+		  qglobal.h \
+		  qgstring.h \
+		  qgvector.h \
+		  qintdict.h \
+		  qiodevice.h \
+		  qlist.h \
+		  qptrdict.h \
+		  qqueue.h \
+		  qregexp.h \
+		  qshared.h \
+		  qsortedlist.h \
+		  qstack.h \
+		  qstring.h \
+		  qstringlist.h \
+		  qstrlist.h \
+		  qstrvec.h \
+		  qtextstream.h \
+		  qtl.h \
+		  qvaluelist.h \
+		  qvector.h \
+                  qxml.h \
+                  qvaluestack.h \
+                  qmap.h \
+		  qmodules.h
+SOURCES		= qbuffer.cpp \
+		  qcollection.cpp \
+		  scstring.cpp \
+		  qdatastream.cpp \
+		  qdatetime.cpp \
+		  qdir.cpp \
+		  qfile.cpp \
+		  qfileinfo.cpp \
+		  qgarray.cpp \
+		  qgcache.cpp \
+		  qgdict.cpp \
+		  qglist.cpp \
+		  qglobal.cpp \
+		  qgstring.cpp \
+		  qgvector.cpp \
+		  qiodevice.cpp \
+		  qregexp.cpp \
+		  qstring.cpp \
+                  qtextstream.cpp \
+		  qtextcodec.cpp \
+		  qstringlist.cpp \
+	          qxml.cpp \
+                  qmap.cpp
+
+unix:SOURCES +=   qfile_unix.cpp \
+		  qdir_unix.cpp \
+		  qfileinfo_unix.cpp
+
+win32:SOURCES +=  qfile_win32.cpp \
+		  qdir_win32.cpp \
+		  qfileinfo_win32.cpp
+
+INCLUDEPATH = .
+TMAKE_CXXFLAGS += -DQT_NO_CODECS -DQT_LITE_UNICODE
+win32:TMAKE_CXXFLAGS += -DQT_NODLL
+win32-g++:TMAKE_CXXFLAGS += -D__CYGWIN__ -DALL_STATIC
+OBJECTS_DIR = ../objects
+DESTDIR = ../lib