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

Last change on this file since 72 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 418 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
12SOURCES += \
13 plugin/qpluginloader.cpp \
14 plugin/qfactoryloader.cpp \
15 plugin/quuid.cpp \
16 plugin/qlibrary.cpp
17
18win32 {
19 SOURCES += plugin/qlibrary_win.cpp
20}
21
22unix {
23 SOURCES += plugin/qlibrary_unix.cpp
24}
Note: See TracBrowser for help on using the repository browser.