Last change
on this file since 104 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
1.5 KB
|
Line | |
---|
1 | # Qt compat module
|
---|
2 |
|
---|
3 | HEADERS += tools/q3asciicache.h \
|
---|
4 | tools/q3asciidict.h \
|
---|
5 | tools/q3signal.h \
|
---|
6 | tools/q3cleanuphandler.h \
|
---|
7 | tools/q3cstring.h \
|
---|
8 | tools/q3deepcopy.h \
|
---|
9 | tools/q3dict.h \
|
---|
10 | tools/q3garray.h \
|
---|
11 | tools/q3gcache.h \
|
---|
12 | tools/q3gdict.h \
|
---|
13 | tools/q3glist.h \
|
---|
14 | tools/q3gvector.h \
|
---|
15 | tools/q3intcache.h \
|
---|
16 | tools/q3intdict.h \
|
---|
17 | tools/q3memarray.h \
|
---|
18 | tools/q3objectdict.h \
|
---|
19 | tools/q3ptrcollection.h \
|
---|
20 | tools/q3ptrdict.h \
|
---|
21 | tools/q3ptrlist.h \
|
---|
22 | tools/q3ptrqueue.h \
|
---|
23 | tools/q3ptrstack.h \
|
---|
24 | tools/q3ptrvector.h \
|
---|
25 | tools/q3semaphore.h \
|
---|
26 | tools/q3shared.h \
|
---|
27 | tools/q3sortedlist.h \
|
---|
28 | tools/q3strlist.h \
|
---|
29 | tools/q3strvec.h \
|
---|
30 | tools/q3tl.h \
|
---|
31 | tools/q3valuelist.h \
|
---|
32 | tools/q3valuestack.h \
|
---|
33 | tools/q3valuevector.h
|
---|
34 |
|
---|
35 | SOURCES += tools/q3cstring.cpp \
|
---|
36 | tools/q3signal.cpp \
|
---|
37 | tools/q3garray.cpp \
|
---|
38 | tools/q3gcache.cpp \
|
---|
39 | tools/q3gdict.cpp \
|
---|
40 | tools/q3glist.cpp \
|
---|
41 | tools/q3gvector.cpp \
|
---|
42 | tools/q3semaphore.cpp \
|
---|
43 | tools/q3shared.cpp \
|
---|
44 | tools/q3ptrcollection.cpp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.