On 27.02.2008 15:21, Vadim Lebedev wrote:
> Darshaka Pathirana wrote:
>> # HG changeset patch
>> # User Darshaka Pathirana <[EMAIL PROTECTED]>
>> # Date 1204045534 -3600
>> # Node ID e146fc8a386718fa7c4c7474258ca6df52aa89ce
>> # Parent  a58d652beefd002f14b42e749276a72bc6b1bb43
>> [mq]: qt4_CMakeLists.txt.patch
>>
>> diff -r a58d652beefd -r e146fc8a3867 libs/3rdparty/qt4/CMakeLists.txt
>> --- a/libs/3rdparty/qt4/CMakeLists.txt    Fri Feb 22 18:13:12 2008 +0100
>> +++ b/libs/3rdparty/qt4/CMakeLists.txt    Tue Feb 26 18:05:34 2008 +0100
>> @@ -105,8 +105,10 @@
>>          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/qmngd1.dll)
>> +        ow_copy_file(${QT_PLUGINS_DIR}/imageformats/qmngd1.dll
>> ${BUILD_DIR}/imageformats)
>>          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/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)
>>          ow_copy_file(${QTDIR}/bin/QtCore4.dll ${BUILD_DIR})
>> @@ -114,8 +116,10 @@
>>          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/qmng1.dll)
>> +        ow_copy_file(${QT_PLUGINS_DIR}/imageformats/qmng1.dll
>> ${BUILD_DIR}/imageformats)
>>          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/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)
>>  endif (MSVC)
>> _______________________________________________
>> Wengophone-devel mailing list
>> [email protected]
>> http://dev.openwengo.com/mailman/listinfo/wengophone-devel
>>
>>
>>   
> Darshaka,
> What are these *1.dll s?

I think they are a relict of a older Qt-Version (and I think these
lines should be removed). I don't have them on my system. Do you?

Greetings,
 - Darsha

_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to