Add QtXml4.dll to packing list, as it needed for QtSvg4.dll
authorunc0rr
Tue, 14 Nov 2006 21:05:52 +0000
changeset 241 cae2924bb1ab
parent 240 c7f0a4f7a54a
child 242 56d3506d39d0
Add QtXml4.dll to packing list, as it needed for QtSvg4.dll
QTfrontend/CMakeLists.txt
--- a/QTfrontend/CMakeLists.txt	Tue Nov 14 20:55:02 2006 +0000
+++ b/QTfrontend/CMakeLists.txt	Tue Nov 14 21:05:52 2006 +0000
@@ -93,6 +93,7 @@
 		"${QT_BIN_DIR}/QtGui4.dll"
 		"${QT_BIN_DIR}/QtCore4.dll"
 		"${QT_BIN_DIR}/QtSvg4.dll"
+		"${QT_BIN_DIR}/QtXml4.dll"
 		"${QT_BIN_DIR}/mingwm10.dll"
 		DESTINATION bin)
 endif(WIN32 AND NOT UNIX)