我正在使用Qt 5.1創建應用程序。不幸的是,有一個dll文件(icudt51.dll)的大小超過20 MB的依賴項,並且在我的應用程序中也不需要。解決此問題的方法是使用縮小的icudt文件。以下website生成文件的縮減版本,但該文件爲dat格式。我怎樣才能得到該dll文件。如何將.dat文件轉換爲.dll文件
1
A
回答
0
從該網頁的說明:數據庫包已經被下載
後有使用新包裝兩種常用方法。
Rebuild ICU: Under this scenario, you unzip the data package into icu/source/data/in to replace the existing data package that comes with a standard source code distribution. Then you use "gmake clean install". This will clean up your previous build of ICU, and it will install the packages as specified by the configure options that you originally used to build ICU.
我相信你需要更換產生的.dat文件到源文件夾ICU /源/數據/在後重建DLL。 .dat文件不是一個dll,而是數據。
0
有一個更好的解決方案。通過用「no-icu」重新編譯你的Qt來簡單地刪除ICU支持,然後用no-icu構建Qt重新編譯你的應用程序。
這應該讓你開始:
配置-opensource -confirm許可證-debug和釋放-static -platform的win32-G ++ -C++ 11個-make庫-qt-的libjpeg -qt-libpng的-no-openssl -no-icu -qt-zlib -qt-pcre -no-iconv -nomake示例-nomake測試-qt-style-windowsxp -qt-style-windowsvista -no-opengl -no-openvg -no- dbus
mingw32-make -j8
相關問題
- 1. 將.dat文件轉換爲.xls文件
- 2. 如何使用OpenXML將excel文件轉換爲.dat文件
- 3. 如何將.dat文件轉換爲Matlab中的.mat文件
- 4. 將.dat文件轉換爲數組
- 5. Python:將DAT文件轉換爲XLS
- 6. 如何將m文件轉換爲dll?
- 7. 將.so文件轉換爲.dll文件
- 8. 如何將多個cs文件轉換爲單個dll文件
- 9. DAT文件轉換陣列
- 10. 如何從matlab文件轉換爲dll
- 11. 將lib +頭文件轉換爲DLL
- 12. 將Scala文件轉換爲Dll
- 13. 將.a文件轉換爲.dll
- 14. 將python模塊轉換爲DLL文件
- 15. 將.cs類文件轉換爲.dll
- 16. 將類庫dll文件轉換爲可執行文件
- 17. 將rtf文件轉換爲chm文件?將hlp文件轉換爲chm文件?
- 18. 將.dat文件轉換爲.dta,.shp,.bdf或.csv
- 19. 使用Talend將.DAT文件轉換爲CSV
- 20. 如何將規則集文件轉換爲FXCop規則dll?
- 21. 如何將.h文件+ dll轉換爲某種.Net包裝?
- 22. 如何使用熊貓將.csv文件更改爲.dat文件?
- 23. 使用Matlab(或任何其他軟件)將ascii .dat文件轉換爲.xml
- 24. 如何將Maxmind .MMDB轉換爲.DAT?
- 25. 文件轉化爲DAT在UNIX
- 26. 如何將xls文件轉換爲xml?
- 27. 如何將文件Blob轉換爲NSData?
- 28. 如何將XML文件轉換爲DataSource?
- 29. 如何將.xsd文件轉換爲wsdl?
- 30. 如何將(.JAR)文件轉換爲UML?