aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKDE4Internal.cmake
AgeCommit message (Collapse)Author
2006-08-10Remove FORCE argument to fix compile on x86_64Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=571730
2006-08-09disable one more warning for msvcChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=571475
2006-08-05Now we have "LIB_SUFFIX" to define lib suffix as into old bug system.Laurent Montel
it's a string 64/32 etc. svn path=/trunk/KDE/kdelibs/; revision=570072
2006-07-31Fix pb when we relauch ccmake -D... ../ Laurent Montel
LIB_* variable was not changed svn path=/trunk/KDE/kdelibs/; revision=568125
2006-07-27disable a msvc warningChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=566976
2006-07-24add a variable for /share/autostartAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=565954
2006-07-20Finally commit my change to kde4_add_kcfg_files.Michaël Larouche
Added GENERATE_MOC option to kde4_add_kcfg_files. Since only 1%(and I would even say 0.1%) of kcfg files need moc, I added that keyword to generate_moc explictly. Should speed up a little bit the build for kcfg which doesn't need moc. svn path=/trunk/KDE/kdelibs/; revision=564385
2006-07-13handle win32 support in FindKDE4Internal.cmakePeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=561849
2006-07-11Allow to manually set the LIB_INSTALL_DIR (needed to install into lib64).Volker Krause
svn path=/trunk/KDE/kdelibs/; revision=560859
2006-07-11Add kdefx variablLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=560781
2006-07-07Not necessary to keep debugLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=559391
2006-07-06-fix gcc version detection on MacAlexander Neundorf
CCMAIL: rangerrick@gmail.com Can you please check that this works now for you ? svn path=/trunk/KDE/kdelibs/; revision=559236
2006-07-05don't install into share/share/applnk (and so far there still are kcmodules ↵Matthias Kretz
that install there at least - to be changed to install into services, though) svn path=/trunk/KDE/kdelibs/; revision=558506
2006-07-05now we have a uninstall target in every toplevel module, so you can do "make ↵Alexander Neundorf
uninstall" e.g. in build/kdelibs/ Alex CCMAIL:kde-core-devel@kde.org svn path=/trunk/KDE/kdelibs/; revision=558348
2006-07-04-link kdeinit modules with empty rpathAlexander Neundorf
-don't require a space after the gcc versiuon number Alex svn path=/trunk/KDE/kdelibs/; revision=558204
2006-07-04-support an additional optional basename parameter for QT4_ADD_DBUS_ADAPTER()Alexander Neundorf
-support new and improved RPATH handling in cmake 2.4.3 -minor cleanups in kdelibs/CMakeLists.txt -use ${BIN_INSTALL_DIR} instead of bin as install target Alex svn path=/trunk/KDE/kdelibs/; revision=558004 The following changes were in SVN, but were removed from git: M pics/CMakeLists.txt
2006-07-04Commit big work on build system with Alex:Laurent Montel
install_* -> install Summary: we can install everything everywhere. svn path=/trunk/KDE/kdelibs/; revision=557905 The following changes were in SVN, but were removed from git: M pics/crystalsvg/CMakeLists.txt M pics/hicolor/CMakeLists.txt
2006-07-03-use positive logic for macro_ensure_version(MIN found RESULT) -> result is ↵Alexander Neundorf
true, if the vesion is ok -first try at creating batch files under windows -prepare a libexec install dir -better check for visibility support: only for gcc >= 4.1 if not compiled with the mt allocator Alex svn path=/trunk/KDE/kdelibs/; revision=557782
2006-07-03-error out if dbusxml2cpp wasn't found (because Qt didn't install it)Alexander Neundorf
-prepare new and better installation dir variables -remove KDE4_USE_QT_EMB, because it's not used anywhere Alex svn path=/trunk/KDE/kdelibs/; revision=557531
2006-07-02fix typoThorsten Roeder
SVN_SILENT svn path=/trunk/KDE/kdelibs/; revision=557153
2006-07-02-new option: KDE4_IGNORE_DONTPORT , which if enabled ignores the "don't port ↵Alexander Neundorf
against kdelibs HEAD" error Alex svn path=/trunk/KDE/kdelibs/; revision=557041
2006-07-01Make kdecore link against QtDBus, thanks to Alex for his help on debugging!Tobias Koenig
svn path=/trunk/KDE/kdelibs/; revision=556914
2006-06-24Define KDELIBSUFF Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=554531
2006-06-18Don't look for X11 again, FindQt4 did it already (if Q_WS_X11)David Faure
svn path=/trunk/KDE/kdelibs/; revision=552723
2006-06-09rpath_style doesn't exist anymore since several weeks alreadyAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=549754
2006-06-05Fix typoLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=548360
2006-06-02Add macro for phononcore/phononui libLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=547477
2006-05-31Re-add the DONTPORT check that I had removed in my own versionThiago Macieira
svn path=/trunk/KDE/kdelibs/; revision=546832
2006-05-31Since no objections were raised in kde-core-devel, I am merging theThiago Macieira
kdelibs4-dbus branch back into trunk. KDELibs compiles, links and installs with this, but obviously all other modules will fail to build. Let the porting commence. CCMAIL:kde-core-devel@kde.org,kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=546826
2006-05-18eh. another attempt. don't think this is quite working.Allen Winter
maybe Dirk would be willing to give it a try? svn path=/trunk/KDE/kdelibs/; revision=542316
2006-05-18visibility for the Intel C/C++ compiler.Allen Winter
it works (as in compiles and links), but I don't know for sure if it *really* works.. if you know what I mean :> svn path=/trunk/KDE/kdelibs/; revision=542311
2006-05-16more work to get the Intel compilers fully supported. still not all the way ↵Allen Winter
done, but getting closer. svn path=/trunk/KDE/kdelibs/; revision=541571
2006-05-16fix install <callPeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=541525
2006-05-16typoAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=541352
2006-05-15-avoid-version was a libtool option, don't pass it to the linkerDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=541334
2006-05-13First attempt at support for the Intel C/C++ compilers.Allen Winter
Still to-do: - shared and module linker flags - visibility support - shutup lots of harmless, annoying remarks To play with this: - install Intel C/C++ compilers. - set $PATH and $LD_LIBRARY_PATH correctly for the new stuff - export CC=icc; export CXX=icpc - mkdir kdelibs/build-icpc - cd kdelibs/build-icpc - cmake .. svn path=/trunk/KDE/kdelibs/; revision=540332
2006-05-12-kde4_header() and footer are goneAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=540234
2006-05-11-enhanced syntax for KDE4_ADD_EXECUTABLE and KDE4_ADD_KDEINIT_EXECUTABLE:Alexander Neundorf
KDE4_ADD_EXECUTABLE(name [NOGUI] [RUN_UNINSTALLED] srcs...) KDE4_ADD_KDEINIT_EXECUTABLE(name [NOGUI] [RUN_UNINSTALLED] srcs...) -> NOGUI and RUN_UNINSTALLED can now be used independently together. This also means that RUN_UNINSTALLED no longer automatically means NOGUI. -build libs and plugins with empty RPATH, so they don't have to be relinked during make install Alex CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=539757
2006-05-09Requires 2.4.1 by default.Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=538916
2006-05-05Find dcopidl executable also on Windows.Paulo Moura Guedes
svn path=/trunk/KDE/kdelibs/; revision=537589
2006-05-04Factorize the version-number parsing and checking code into a separate macro.David Faure
Already used by the gpgme version check in kdepim. FindQt4 has similar code, but since it's a fork of a CMake module I'm not sure if I should modify it CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=537476
2006-05-04"su" just for unixes.Paulo Moura Guedes
svn path=/trunk/KDE/kdelibs/; revision=537389
2006-05-03Added support for KDE_MIN_VERSION (modelled after QT_MIN_VERSION), and ↵David Faure
ported the "kdelibs trunk" check to use the same data, i.e. the output of kde-config. svn path=/trunk/KDE/kdelibs/; revision=536962
2006-05-03Port the DONTPORT check.Volker Krause
svn path=/trunk/KDE/kdelibs/; revision=536897
2006-05-02downgrade hard requirement again. using 2.4.1 isDirk Mueller
fine, but it shouldn't be mandatory svn path=/trunk/KDE/kdelibs/; revision=536450
2006-05-01-cmake 2.4.1 beta is now requiredAlexander Neundorf
-remove CMAKE_CURRENT_SOURCE_DIR and CMAKE_CURRENT_BINARY_DIR from the INCLUDE_DIRECTORIES() commands, except where it also applies to the subdirectories -remove the "ARGS" keyword from the add_custom_command()s -add the generated files from add_custom_command() always to the list of sources -use the new macro_bool_to_01() in more places -some indenting Alex svn path=/trunk/KDE/kdelibs/; revision=536285
2006-04-28-move the check for Perl into FindKDE4Internal.cmake, so we don't have to ↵Alexander Neundorf
put the check in every module Perl is required for building KDe software, e.g. dcopidl Alex svn path=/trunk/KDE/kdelibs/; revision=535221
2006-04-26-move the test for a compiler flag into an own generic cmake module: ↵Alexander Neundorf
CheckCXXCompilerFlag.cmake -add a comment about removing CheckTypeSize.cmake once we require cmake 2.4.1 Alex svn path=/trunk/KDE/kdelibs/; revision=534314
2006-04-26- some compile flags cleanupsDirk Mueller
- readd visibility support svn path=/trunk/KDE/kdelibs/; revision=534204
2006-04-23-remove KDE4_INCLUDE_DIRS, it doesn't existAlexander Neundorf
-include MacroLibrary in the top level CMakeLists.txt instead of the separate macro files Alex svn path=/trunk/KDE/kdelibs/; revision=532921