Last change
on this file since 447 was 75, checked in by Dmitry A. Kuminov, 16 years ago |
corelib: OS/2: Implemented QLibrary.
|
File size:
463 bytes
|
Line | |
---|
1 | # Qt core library plugin module
|
---|
2 |
|
---|
3 | HEADERS += \
|
---|
4 | plugin/qfactoryinterface.h \
|
---|
5 | plugin/qpluginloader.h \
|
---|
6 | plugin/qlibrary.h \
|
---|
7 | plugin/qlibrary_p.h \
|
---|
8 | plugin/qplugin.h \
|
---|
9 | plugin/quuid.h \
|
---|
10 | plugin/qfactoryloader_p.h
|
---|
11 |
|
---|
12 | SOURCES += \
|
---|
13 | plugin/qpluginloader.cpp \
|
---|
14 | plugin/qfactoryloader.cpp \
|
---|
15 | plugin/quuid.cpp \
|
---|
16 | plugin/qlibrary.cpp
|
---|
17 |
|
---|
18 | win32 {
|
---|
19 | SOURCES += plugin/qlibrary_win.cpp
|
---|
20 | }
|
---|
21 |
|
---|
22 | os2 {
|
---|
23 | SOURCES += plugin/qlibrary_os2.cpp
|
---|
24 | }
|
---|
25 |
|
---|
26 | unix {
|
---|
27 | SOURCES += plugin/qlibrary_unix.cpp
|
---|
28 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.