[2] | 1 | # Qt tools module
|
---|
| 2 |
|
---|
| 3 | tools {
|
---|
| 4 | TOOLS_P = tools
|
---|
| 5 | HEADERS += $$TOOLS_H/qmemarray.h \
|
---|
| 6 | $$TOOLS_H/qasciicache.h \
|
---|
| 7 | $$TOOLS_H/qasciidict.h \
|
---|
| 8 | $$TOOLS_H/qbitarray.h \
|
---|
| 9 | $$TOOLS_H/qbuffer.h \
|
---|
| 10 | $$TOOLS_H/qcache.h \
|
---|
| 11 | $$TOOLS_H/qcleanuphandler.h \
|
---|
| 12 | $$TOOLS_P/qcomponentfactory_p.h \
|
---|
| 13 | $$TOOLS_P/qcomlibrary_p.h \
|
---|
| 14 | $$TOOLS_H/qcstring.h \
|
---|
| 15 | $$TOOLS_H/qdatastream.h \
|
---|
| 16 | $$TOOLS_H/qdatetime.h \
|
---|
| 17 | $$TOOLS_H/qdeepcopy.h \
|
---|
| 18 | $$TOOLS_H/qdict.h \
|
---|
| 19 | $$TOOLS_H/qdir.h \
|
---|
| 20 | $$TOOLS_P/qdir_p.h \
|
---|
| 21 | $$TOOLS_H/qfile.h \
|
---|
| 22 | $$TOOLS_P/qfiledefs_p.h \
|
---|
| 23 | $$TOOLS_H/qfileinfo.h \
|
---|
| 24 | $$TOOLS_H/qgarray.h \
|
---|
| 25 | $$TOOLS_H/qgcache.h \
|
---|
| 26 | $$TOOLS_H/qgdict.h \
|
---|
| 27 | $$TOOLS_H/qgeneric.h \
|
---|
| 28 | $$TOOLS_H/qglist.h \
|
---|
| 29 | $$TOOLS_H/qglobal.h \
|
---|
| 30 | $$TOOLS_P/qgpluginmanager_p.h \
|
---|
| 31 | $$TOOLS_H/qgvector.h \
|
---|
| 32 | $$TOOLS_H/qintcache.h \
|
---|
| 33 | $$TOOLS_H/qintdict.h \
|
---|
| 34 | $$TOOLS_H/qiodevice.h \
|
---|
| 35 | $$TOOLS_H/qlibrary.h \
|
---|
| 36 | $$TOOLS_P/qlibrary_p.h \
|
---|
| 37 | $$TOOLS_H/qlocale.h \
|
---|
| 38 | $$TOOLS_P/qlocale_p.h \
|
---|
| 39 | $$TOOLS_H/qptrlist.h \
|
---|
| 40 | $$TOOLS_H/qmap.h \
|
---|
| 41 | $$TOOLS_H/qmutex.h \
|
---|
| 42 | $$TOOLS_P/qmutex_p.h \
|
---|
| 43 | $$TOOLS_P/qmutexpool_p.h \
|
---|
| 44 | $$TOOLS_P/qpluginmanager_p.h \
|
---|
| 45 | $$TOOLS_H/qptrcollection.h \
|
---|
| 46 | $$TOOLS_H/qptrdict.h \
|
---|
| 47 | $$TOOLS_H/qptrqueue.h \
|
---|
| 48 | $$TOOLS_H/qregexp.h \
|
---|
| 49 | $$TOOLS_H/qsemaphore.h \
|
---|
| 50 | $$TOOLS_H/qsettings.h \
|
---|
| 51 | $$TOOLS_P/qsettings_p.h \
|
---|
| 52 | $$TOOLS_H/qshared.h \
|
---|
| 53 | $$TOOLS_H/qsortedlist.h \
|
---|
| 54 | $$TOOLS_H/qptrstack.h \
|
---|
| 55 | $$TOOLS_H/qstring.h \
|
---|
| 56 | $$TOOLS_H/qstringlist.h \
|
---|
| 57 | $$TOOLS_H/qstrlist.h \
|
---|
| 58 | $$TOOLS_H/qstrvec.h \
|
---|
| 59 | $$TOOLS_H/qtextstream.h \
|
---|
| 60 | $$TOOLS_P/qthreadinstance_p.h \
|
---|
| 61 | $$TOOLS_H/qthreadstorage.h\
|
---|
| 62 | $$TOOLS_P/qunicodetables_p.h \
|
---|
| 63 | $$TOOLS_H/qptrvector.h \
|
---|
| 64 | $$TOOLS_H/qvaluelist.h \
|
---|
| 65 | $$TOOLS_H/qvaluestack.h \
|
---|
| 66 | $$TOOLS_H/qvaluevector.h \
|
---|
| 67 | $$TOOLS_H/qwaitcondition.h \
|
---|
| 68 | $$TOOLS_P/qcom_p.h \
|
---|
| 69 | $$TOOLS_P/qucom_p.h \
|
---|
| 70 | $$TOOLS_H/quuid.h
|
---|
| 71 |
|
---|
| 72 | win32:SOURCES += $$TOOLS_CPP/qdir_win.cpp \
|
---|
| 73 | $$TOOLS_CPP/qfile_win.cpp \
|
---|
| 74 | $$TOOLS_CPP/qfileinfo_win.cpp \
|
---|
| 75 | $$TOOLS_CPP/qlibrary_win.cpp \
|
---|
| 76 | $$TOOLS_CPP/qsettings_win.cpp \
|
---|
| 77 | $$TOOLS_CPP/qmutex_win.cpp \
|
---|
| 78 | $$TOOLS_CPP/qwaitcondition_win.cpp \
|
---|
| 79 | $$TOOLS_CPP/qthreadstorage_win.cpp \
|
---|
| 80 | $$TOOLS_CPP/qcriticalsection_p.cpp
|
---|
| 81 |
|
---|
| 82 | win32-borland:SOURCES += $$TOOLS_CPP/qwinexport.cpp
|
---|
| 83 |
|
---|
| 84 | wince-* {
|
---|
| 85 | SOURCES -= $$TOOLS_CPP/qdir_win.cpp \
|
---|
| 86 | $$TOOLS_CPP/qfile_win.cpp \
|
---|
| 87 | $$TOOLS_CPP/qfileinfo_win.cpp
|
---|
| 88 | SOURCES += $$TOOLS_CPP/qdir_wce.cpp \
|
---|
| 89 | $$TOOLS_CPP/qfile_wce.cpp \
|
---|
| 90 | $$TOOLS_CPP/qfileinfo_wce.cpp
|
---|
| 91 | }
|
---|
| 92 |
|
---|
[8] | 93 | os2:SOURCES += $$TOOLS_CPP/qdir_pm.cpp \
|
---|
| 94 | $$TOOLS_CPP/qfile_pm.cpp \
|
---|
| 95 | $$TOOLS_CPP/qfileinfo_pm.cpp \
|
---|
| 96 | $$TOOLS_CPP/qlibrary_pm.cpp \
|
---|
| 97 | $$TOOLS_CPP/qsettings_pm.cpp \
|
---|
| 98 | $$TOOLS_CPP/qmutex_pm.cpp \
|
---|
| 99 | $$TOOLS_CPP/qwaitcondition_pm.cpp \
|
---|
| 100 | $$TOOLS_CPP/qthreadstorage_pm.cpp \
|
---|
[139] | 101 | $$TOOLS_CPP/qcriticalsection_p.cpp \
|
---|
| 102 | $$TOOLS_CPP/qsysxcpt_pm.cpp
|
---|
[8] | 103 |
|
---|
[2] | 104 | offmac:SOURCES += $$TOOLS_CPP/qdir_mac.cpp \
|
---|
| 105 | $$TOOLS_CPP/qfile_mac.cpp \
|
---|
| 106 | $$TOOLS_CPP/qfileinfo_mac.cpp
|
---|
| 107 | else:unix:SOURCES += $$TOOLS_CPP/qdir_unix.cpp \
|
---|
| 108 | $$TOOLS_CPP/qfile_unix.cpp \
|
---|
| 109 | $$TOOLS_CPP/qfileinfo_unix.cpp \
|
---|
| 110 | $$TOOLS_CPP/qmutex_unix.cpp \
|
---|
| 111 | $$TOOLS_CPP/qthreadstorage_unix.cpp \
|
---|
| 112 | $$TOOLS_CPP/qwaitcondition_unix.cpp
|
---|
| 113 |
|
---|
| 114 | mac:!x11:!embedded:SOURCES += $$TOOLS_CPP/qsettings_mac.cpp
|
---|
[8] | 115 | mac {
|
---|
[2] | 116 | SOURCES+=3rdparty/dlcompat/dlfcn.c
|
---|
| 117 | INCLUDEPATH+=3rdparty/dlcompat
|
---|
| 118 | }
|
---|
| 119 | unix:SOURCES += $$TOOLS_CPP/qlibrary_unix.cpp
|
---|
| 120 |
|
---|
| 121 | SOURCES += $$TOOLS_CPP/qbitarray.cpp \
|
---|
| 122 | $$TOOLS_CPP/qbuffer.cpp \
|
---|
| 123 | $$TOOLS_CPP/qcomponentfactory.cpp \
|
---|
| 124 | $$TOOLS_CPP/qcomlibrary.cpp \
|
---|
| 125 | $$TOOLS_CPP/qcstring.cpp \
|
---|
| 126 | $$TOOLS_CPP/qdatastream.cpp \
|
---|
| 127 | $$TOOLS_CPP/qdatetime.cpp \
|
---|
| 128 | $$TOOLS_CPP/qdeepcopy.cpp \
|
---|
| 129 | $$TOOLS_CPP/qdir.cpp \
|
---|
| 130 | $$TOOLS_CPP/qfile.cpp \
|
---|
| 131 | $$TOOLS_CPP/qfileinfo.cpp \
|
---|
| 132 | $$TOOLS_CPP/qgarray.cpp \
|
---|
| 133 | $$TOOLS_CPP/qgcache.cpp \
|
---|
| 134 | $$TOOLS_CPP/qgdict.cpp \
|
---|
| 135 | $$TOOLS_CPP/qglist.cpp \
|
---|
| 136 | $$TOOLS_CPP/qglobal.cpp \
|
---|
| 137 | $$TOOLS_CPP/qgpluginmanager.cpp \
|
---|
| 138 | $$TOOLS_CPP/qgvector.cpp \
|
---|
| 139 | $$TOOLS_CPP/qiodevice.cpp \
|
---|
| 140 | $$TOOLS_CPP/qlibrary.cpp \
|
---|
| 141 | $$TOOLS_CPP/qlocale.cpp \
|
---|
| 142 | $$TOOLS_CPP/qmap.cpp \
|
---|
| 143 | $$TOOLS_CPP/qmutexpool.cpp \
|
---|
| 144 | $$TOOLS_CPP/qptrcollection.cpp \
|
---|
| 145 | $$TOOLS_CPP/qregexp.cpp \
|
---|
| 146 | $$TOOLS_CPP/qstring.cpp \
|
---|
| 147 | $$TOOLS_CPP/qsemaphore.cpp \
|
---|
| 148 | $$TOOLS_CPP/qsettings.cpp \
|
---|
| 149 | $$TOOLS_CPP/qstringlist.cpp \
|
---|
| 150 | $$TOOLS_CPP/qtextstream.cpp \
|
---|
| 151 | $$TOOLS_CPP/qunicodetables.cpp \
|
---|
| 152 | $$TOOLS_CPP/qucom.cpp \
|
---|
| 153 | $$TOOLS_CPP/quuid.cpp
|
---|
| 154 |
|
---|
| 155 | irix-cc {
|
---|
| 156 | QMAKE_PRE_LINK = $(CXX) -c $(CXXFLAGS) -O1 $(INCPATH) -o $(OBJECTS_DIR)/qlocale.o tools/qlocale.cpp
|
---|
| 157 | }
|
---|
| 158 | irix-cc-64 {
|
---|
| 159 | QMAKE_PRE_LINK = $(CXX) -c $(CXXFLAGS) -O1 $(INCPATH) -o $(OBJECTS_DIR)/qlocale.o tools/qlocale.cpp
|
---|
| 160 | }
|
---|
| 161 | }
|
---|