source:
trunk/src/gui/util/util.pri@
561
Last change on this file since 561 was 561, checked in by , 15 years ago | |
---|---|
File size: 1.0 KB |
Line | |
---|---|
1 | # Qt util module |
2 | |
3 | HEADERS += \ |
4 | util/qsystemtrayicon.h \ |
5 | util/qcompleter.h \ |
6 | util/qcompleter_p.h \ |
7 | util/qdesktopservices.h \ |
8 | util/qsystemtrayicon_p.h \ |
9 | util/qundogroup.h \ |
10 | util/qundostack.h \ |
11 | util/qundostack_p.h \ |
12 | util/qundoview.h |
13 | |
14 | SOURCES += \ |
15 | util/qsystemtrayicon.cpp \ |
16 | util/qcompleter.cpp \ |
17 | util/qdesktopservices.cpp \ |
18 | util/qundogroup.cpp \ |
19 | util/qundostack.cpp \ |
20 | util/qundoview.cpp |
21 | |
22 | |
23 | win32 { |
24 | SOURCES += \ |
25 | util/qsystemtrayicon_win.cpp |
26 | } |
27 | |
28 | os2 { |