forked from KDE/kdelibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README-WIN32.TXT
31 lines (18 loc) · 1.09 KB
/
README-WIN32.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
This file is intended as entry point for the win32 port of KDELIBS.
Any developer interested into working on the win32 port is invited
to start at http://techbase.kde.org/Projects/KDE_on_Windows for an overview
and status of the port.
BUGS:
- replace the absolute pathes in KDE4LibsDependencies.cmake generated by export_library_dependencies
by variables computed on configure time of package using KDE4LibsDependencies.cmake
(from CMakeLists.txt
# !!! the following stuff does not work because export_library_dependencies
# !!! does not wait until the file is written completly
# export_library_dependencies(${CMAKE_BINARY_DIR}/tmpdeps.cmake)
# file(READ ${CMAKE_BINARY_DIR}/tmpdeps.cmake _deps)
# string(REPLACE "${QT_INSTALL_DIR}" "\${QT_INSTALL_DIR}" __deps "${_deps}")
# file (APPEND ${CMAKE_BINARY_DIR}/KDELibsDependencies.cmake "${__deps}")
TODO:
- add description and version number to shared libraries.
- add application icons to executables -> the cmake macro KDE4_ADD_WIN32_APP_ICON (see KDE4Macros)
is intented to allow this