|
Last change
on this file since 778 was 561, checked in by Dmitry A. Kuminov, 16 years ago |
|
trunk: Merged in qt 4.6.1 sources.
|
|
File size:
501 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 | }
|
|---|
| 29 |
|
|---|
| 30 | LIBS_PRIVATE += $$QMAKE_LIBS_DYNLOAD
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.