source: trunk/src/corelib/plugin/plugin.pri@ 846

Last change on this file since 846 was 846, checked in by Dmitry A. Kuminov, 14 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
3HEADERS += \
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
13SOURCES += \
14 plugin/qpluginloader.cpp \
15 plugin/qfactoryloader.cpp \
16 plugin/quuid.cpp \
17 plugin/qlibrary.cpp
18
19win32 {
20 SOURCES += \
21 plugin/qlibrary_win.cpp \
22 plugin/qsystemlibrary.cpp
23}
24
25os2 {
26 SOURCES += plugin/qlibrary_os2.cpp
27}
28
29unix {
30 SOURCES += plugin/qlibrary_unix.cpp
31}
32
33LIBS_PRIVATE += $$QMAKE_LIBS_DYNLOAD
Note: See TracBrowser for help on using the repository browser.