|
Last change
on this file since 1100 was 846, checked in by Dmitry A. Kuminov, 15 years ago |
|
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
|
File size:
563 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 | plugin/qsystemlibrary_p.h
|
|---|
| 12 |
|
|---|
| 13 | SOURCES += \
|
|---|
| 14 | plugin/qpluginloader.cpp \
|
|---|
| 15 | plugin/qfactoryloader.cpp \
|
|---|
| 16 | plugin/quuid.cpp \
|
|---|
| 17 | plugin/qlibrary.cpp
|
|---|
| 18 |
|
|---|
| 19 | win32 {
|
|---|
| 20 | SOURCES += \
|
|---|
| 21 | plugin/qlibrary_win.cpp \
|
|---|
| 22 | plugin/qsystemlibrary.cpp
|
|---|
| 23 | }
|
|---|
| 24 |
|
|---|
| 25 | os2 {
|
|---|
| 26 | SOURCES += plugin/qlibrary_os2.cpp
|
|---|
| 27 | }
|
|---|
| 28 |
|
|---|
| 29 | unix {
|
|---|
| 30 | SOURCES += plugin/qlibrary_unix.cpp
|
|---|
| 31 | }
|
|---|
| 32 |
|
|---|
| 33 | LIBS_PRIVATE += $$QMAKE_LIBS_DYNLOAD
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.