src/corelib/plugin/plugin.pri
changeset 0 1918ee327afb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/corelib/plugin/plugin.pri	Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,26 @@
+# Qt core library plugin module
+
+HEADERS += \
+	plugin/qfactoryinterface.h \
+	plugin/qpluginloader.h \
+	plugin/qlibrary.h \
+	plugin/qlibrary_p.h \
+	plugin/qplugin.h \
+	plugin/quuid.h \
+	plugin/qfactoryloader_p.h 
+
+SOURCES += \
+	plugin/qpluginloader.cpp \
+	plugin/qfactoryloader.cpp \
+	plugin/quuid.cpp \
+	plugin/qlibrary.cpp
+
+win32 {
+	SOURCES += plugin/qlibrary_win.cpp
+}
+
+unix {
+	SOURCES += plugin/qlibrary_unix.cpp
+}
+
+LIBS_PRIVATE += $$QMAKE_LIBS_DYNLOAD