fix tricky regression noticed by Vyacheslav Tokarev on Google Reader.
[kdelibs.git] / README-WIN32.TXT
blobf124c9f434b8db03f4dd94f50f038d753e0c3c2c
1 This file is intended as entry point for the win32 port of KDELIBS.
3 Any developer interested into working on the win32 port is invited 
4 to start at http://techbase.kde.org/Projects/KDE_on_Windows for an overview 
5 and status of the port. 
7 BUGS: 
9 - replace the absolute pathes in KDE4LibsDependencies.cmake generated by export_library_dependencies 
10   by variables computed on configure time of package using KDE4LibsDependencies.cmake
11   (from CMakeLists.txt 
12     # !!! the following stuff does not work because export_library_dependencies
13     # !!! does not wait until the file is written completly 
14     #        export_library_dependencies(${CMAKE_BINARY_DIR}/tmpdeps.cmake)
15     #        file(READ ${CMAKE_BINARY_DIR}/tmpdeps.cmake _deps)
16     #        string(REPLACE "${QT_INSTALL_DIR}" "\${QT_INSTALL_DIR}" __deps "${_deps}")
17     #        file (APPEND ${CMAKE_BINARY_DIR}/KDELibsDependencies.cmake "${__deps}")
22 TODO:
23 - add description and version number to shared libraries. 
25 - add application icons to executables  -> the cmake macro KDE4_ADD_WIN32_APP_ICON (see KDE4Macros)
26   is intented to allow this