# HG changeset patch
# User Darshaka Pathirana <[EMAIL PROTECTED]>
# Date 1204826628 -3600
# Node ID ea3bd7e07d042951b09a65bdb5004f980070d7f9
# Parent 4fb432e2b42442abf461b22eab82da03f05ec36e
create imageformats directory on copying qt-plugin-file
diff -r 4fb432e2b424 -r ea3bd7e07d04 libs/3rdparty/qt4/CMakeLists.txt
--- a/libs/3rdparty/qt4/CMakeLists.txt Thu Mar 06 15:46:22 2008 +0100
+++ b/libs/3rdparty/qt4/CMakeLists.txt Thu Mar 06 19:03:48 2008 +0100
@@ -105,9 +105,9 @@
ow_copy_file(${QTDIR}/bin/QtXmld4.dll ${BUILD_DIR})
ow_copy_file(${QTDIR}/bin/QtSvgd4.dll ${BUILD_DIR})
#${BUILD_DIR}/imageformats/qmngd1.dll first then it creates
imageformats directory
- ow_copy_file(${QT_PLUGINS_DIR}/imageformats/qmngd1.dll
${BUILD_DIR}/imageformats)
+ ow_copy_file(${QT_PLUGINS_DIR}/imageformats/qmngd1.dll
${BUILD_DIR}/imageformats/qmngd1.dll)
ow_copy_file(${QT_PLUGINS_DIR}/imageformats/qjpegd1.dll
${BUILD_DIR}/imageformats)
- ow_copy_file(${QT_PLUGINS_DIR}/imageformats/qmngd4.dll
${BUILD_DIR}/imageformats)
+ ow_copy_file(${QT_PLUGINS_DIR}/imageformats/qmngd4.dll
${BUILD_DIR}/imageformats/qmngd4.dll)
ow_copy_file(${QT_PLUGINS_DIR}/imageformats/qjpegd4.dll
${BUILD_DIR}/imageformats)
ow_copy_file(${CMAKE_CURRENT_SOURCE_DIR}/binary-lib/msvc/imageformats/qgifd1.dll
${BUILD_DIR}/imageformats)
else (CMAKE_BUILD_TYPE MATCHES Debug)
@@ -116,9 +116,9 @@
ow_copy_file(${QTDIR}/bin/QtXml4.dll ${BUILD_DIR})
ow_copy_file(${QTDIR}/bin/QtSvg4.dll ${BUILD_DIR})
#${BUILD_DIR}/imageformats/qmng1.dll first then it creates
imageformats directory
- ow_copy_file(${QT_PLUGINS_DIR}/imageformats/qmng1.dll
${BUILD_DIR}/imageformats)
+ ow_copy_file(${QT_PLUGINS_DIR}/imageformats/qmng1.dll
${BUILD_DIR}/imageformats/qmng1.dll)
ow_copy_file(${QT_PLUGINS_DIR}/imageformats/qjpeg1.dll
${BUILD_DIR}/imageformats)
- ow_copy_file(${QT_PLUGINS_DIR}/imageformats/qmng4.dll
${BUILD_DIR}/imageformats)
+ ow_copy_file(${QT_PLUGINS_DIR}/imageformats/qmng4.dll
${BUILD_DIR}/imageformats/qmng4.dll)
ow_copy_file(${QT_PLUGINS_DIR}/imageformats/qjpeg4.dll
${BUILD_DIR}/imageformats)
ow_copy_file(${CMAKE_CURRENT_SOURCE_DIR}/binary-lib/msvc/imageformats/qgif1.dll
${BUILD_DIR}/imageformats)
endif (CMAKE_BUILD_TYPE MATCHES Debug)
_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel