| Age | Commit message (Collapse) | Author |
|
a good name for the variable)
-add install rules for the cmake files in kdelibs/cmake/modules/
-remove debug output and fix typo in FindOpenEXR.cmake
Alex
svn path=/trunk/KDE/kdelibs/; revision=510319
|
|
of course...
svn path=/trunk/KDE/kdelibs/; revision=509625
|
|
svn path=/trunk/KDE/kdelibs/; revision=509624
|
|
own FindKDEWIN32.cmake file
-added a new FindGNUWIN32.cmake file, which tries to find the gnuwin32 base directory
-changed all "FOO_LIBRARY" variable names to "FOO_LIBRARIES" to be more consistent with the other cmake modules
-added a macro_getenv_win_path() which replaces all backslahes with slashes from environment variables
-modified the kde4_add_kcfg_files() command, so that the generated header is also processed by moc
-all tests compile and link
Alex
CCMAIL:kde-buildsystem@kde.org
The changes to the windows stuff are untested, since I don't have a windows box.
Please check that everything still works. Please have a look at FindGNUWIN32.cmake,
there are probably ways to improve this. The resulting GNUWIN32_DIR variable is used in other
cmake modules as default path to search for headers and libraries.
svn path=/trunk/KDE/kdelibs/; revision=508648
|
|
KDE cmake files are now workaround-free (if I didn't forget any):
-use GET_FILENAME_COMPONENT(... ABSOLUTE) instead of QT4_GET_ABS_PATH()
-use the new EXECUTE_PROCESS() instead of EXEC_PROGRAM() which discards stderr output
-use check_symbol_exists() instead of check_function_exists() since this works better (mainly various windows issues)
-use the new WORKING_DIRECTORY argument for ADD_CUSTOM_COMMAND() instead of cmake -E chdir ...
Alex
svn path=/trunk/KDE/kdelibs/; revision=508407
|
|
HAVE_PCREPOSIX doesn't get set
-use qPrintable() in kded/kbuildsycoca.cpp
patches by Brad King:
-fix stat.h for mingw
-fix typo in FindQt4.cmake
-only depend on dcopidl2ccp and kconfig_compiler when compiling kdelibs
Alex
svn path=/trunk/KDE/kdelibs/; revision=507620
|
|
svn path=/trunk/KDE/kdelibs/; revision=507241
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=507220
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=504703
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=504701
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=504699
|
|
include/Qt/
-some tweaks for windows ... quite hard to do if you neither can test it nor know how it should work...
Alex
svn path=/trunk/KDE/kdelibs/; revision=504695
|
|
update the kde3 cmake files
Alex
svn path=/trunk/KDE/kdelibs/; revision=503684
|
|
-use the correct Qt do dir
Alex
svn path=/trunk/KDE/kdelibs/; revision=503606
|
|
svn path=/trunk/KDE/kdelibs/; revision=503588
|
|
svn path=/trunk/KDE/kdelibs/; revision=503363
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=503277
|
|
really test it)
-some cosmetic changes
-FindQt4 should now also work if only the debug libraries are present, less LOC
-preparation for windows developers
Alex
svn path=/trunk/KDE/kdelibs/; revision=503263
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=503146
|
|
Qt binaries in the normal system paths
Alex
svn path=/trunk/KDE/kdelibs/; revision=503140
|
|
svn path=/trunk/KDE/kdelibs/; revision=503032
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=502383
|
|
-fix for CheckTypeSize.cmake
-add thread library (required in cmake)
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501365
|
|
FindFoo.cmake files
-FindLibXml2.cmake and FindLibXslt.cmake: modules to find libxml2 and libxslt, generated by the script above
-some tuning in the other modules
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501125
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=500305
|