source: trunk/src/tools/qt_tools.pri@ 123

Last change on this file since 123 was 8, checked in by dmik, 20 years ago

Transferred Qt for OS/2 version 3.3.1-rc5 sources from the CVS

File size: 4.8 KB
Line 
1# Qt tools module
2
3tools {
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
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 \
101 $$TOOLS_CPP/qcriticalsection_p.cpp
102
103 offmac:SOURCES += $$TOOLS_CPP/qdir_mac.cpp \
104 $$TOOLS_CPP/qfile_mac.cpp \
105 $$TOOLS_CPP/qfileinfo_mac.cpp
106 else:unix:SOURCES += $$TOOLS_CPP/qdir_unix.cpp \
107 $$TOOLS_CPP/qfile_unix.cpp \
108 $$TOOLS_CPP/qfileinfo_unix.cpp \
109 $$TOOLS_CPP/qmutex_unix.cpp \
110 $$TOOLS_CPP/qthreadstorage_unix.cpp \
111 $$TOOLS_CPP/qwaitcondition_unix.cpp
112
113 mac:!x11:!embedded:SOURCES += $$TOOLS_CPP/qsettings_mac.cpp
114 mac {
115 SOURCES+=3rdparty/dlcompat/dlfcn.c
116 INCLUDEPATH+=3rdparty/dlcompat
117 }
118 unix:SOURCES += $$TOOLS_CPP/qlibrary_unix.cpp
119
120 SOURCES += $$TOOLS_CPP/qbitarray.cpp \
121 $$TOOLS_CPP/qbuffer.cpp \
122 $$TOOLS_CPP/qcomponentfactory.cpp \
123 $$TOOLS_CPP/qcomlibrary.cpp \
124 $$TOOLS_CPP/qcstring.cpp \
125 $$TOOLS_CPP/qdatastream.cpp \
126 $$TOOLS_CPP/qdatetime.cpp \
127 $$TOOLS_CPP/qdeepcopy.cpp \
128 $$TOOLS_CPP/qdir.cpp \
129 $$TOOLS_CPP/qfile.cpp \
130 $$TOOLS_CPP/qfileinfo.cpp \
131 $$TOOLS_CPP/qgarray.cpp \
132 $$TOOLS_CPP/qgcache.cpp \
133 $$TOOLS_CPP/qgdict.cpp \
134 $$TOOLS_CPP/qglist.cpp \
135 $$TOOLS_CPP/qglobal.cpp \
136 $$TOOLS_CPP/qgpluginmanager.cpp \
137 $$TOOLS_CPP/qgvector.cpp \
138 $$TOOLS_CPP/qiodevice.cpp \
139 $$TOOLS_CPP/qlibrary.cpp \
140 $$TOOLS_CPP/qlocale.cpp \
141 $$TOOLS_CPP/qmap.cpp \
142 $$TOOLS_CPP/qmutexpool.cpp \
143 $$TOOLS_CPP/qptrcollection.cpp \
144 $$TOOLS_CPP/qregexp.cpp \
145 $$TOOLS_CPP/qstring.cpp \
146 $$TOOLS_CPP/qsemaphore.cpp \
147 $$TOOLS_CPP/qsettings.cpp \
148 $$TOOLS_CPP/qstringlist.cpp \
149 $$TOOLS_CPP/qtextstream.cpp \
150 $$TOOLS_CPP/qunicodetables.cpp \
151 $$TOOLS_CPP/qucom.cpp \
152 $$TOOLS_CPP/quuid.cpp
153
154 irix-cc {
155 QMAKE_PRE_LINK = $(CXX) -c $(CXXFLAGS) -O1 $(INCPATH) -o $(OBJECTS_DIR)/qlocale.o tools/qlocale.cpp
156 }
157 irix-cc-64 {
158 QMAKE_PRE_LINK = $(CXX) -c $(CXXFLAGS) -O1 $(INCPATH) -o $(OBJECTS_DIR)/qlocale.o tools/qlocale.cpp
159 }
160}
Note: See TracBrowser for help on using the repository browser.