aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKDE4Internal.cmake
AgeCommit message (Collapse)Author
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
2006-04-22-add docs for the NOGUI and RUN_UNINSTALLED options for KDE4_ADD_EXECUTABLE()Alexander Neundorf
-use the new multiple-output syntax for KDE4_ADD_KCFG_FILES() -introduce a new target property WRAPPER_SCRIPT, which is set to the created wrapper script (or the executable if none is generated), which can then be easily queried and used e.g. in add_custom_command Alex Adriaan, does this fix your RPATH problem ? CCMAIL: <groot@kde.org> svn path=/trunk/KDE/kdelibs/; revision=532800
2006-04-15Add makekdewidgets macro.Volker Krause
svn path=/trunk/KDE/kdelibs/; revision=530095
2006-04-14Patch by Frank Osterfeld to find makekdewidgets.Volker Krause
svn path=/trunk/KDE/kdelibs/; revision=529864
2006-04-14-- Found KDE4 include dir: /Users/dfaure/kde/trunk/KDE/kdelibsDavid Faure
-- Found KDE4 library dir: /Users/dfaure/kde/trunk/KDE/build/kdelibs/lib/. is a strange way of saying "I'm setting those vars internally", when building kdelibs. svn path=/trunk/KDE/kdelibs/; revision=529757
2006-04-07-fix link error in kdewidgetsAlexander Neundorf
-fix error in kate (the ui_ prefix was missing) -change RPATH handling once again: -renamed "TOOL" to "RUN_UNINSTALLED" RPATH_STYLE is gone if CMAKE_SKIP_RPATH is enabled, no RPATH will be used if it is enabled, all except the RUN_UNINSTALLED apps will be built with RPATH to the install dir, apps with RUN_UNINSTALLED set will be built with RPATH to the build dir, and relinked during make install Alex svn path=/trunk/KDE/kdelibs/; revision=527381
2006-04-05-add the NOGUI keyword to the KDE4_ADD_EXECUTABLE_CALLS()Alexander Neundorf
right now this only affects OS X: without the NOGUI keyword, now application bundles should be created I will add RPATH handling later. kdelibs/kabc/: add a dependency of addressee.h to addressee.cpp, this works partly (i.e. it works if none of both exists, but doesn't work if addressee.cpp exists and addressee.h doesn't) Alex CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=526894 The following changes were in SVN, but were removed from git: M pics/CMakeLists.txt
2006-04-05-add a KDE4Defaults.cmake to set default values and use this one in ↵Alexander Neundorf
kdelibs/CMakeLists.txt Alex svn path=/trunk/KDE/kdelibs/; revision=526864
2006-04-03-add a KDE4_KDESU_LIBS variables, so we have a full path and it can't be ↵Alexander Neundorf
mixed up with the kdesu target Alex svn path=/trunk/KDE/kdelibs/; revision=526087
2006-03-31Complain about specific files in a non-clean srcdir; don't insert ↵Adriaan de Groot
/usr/local/include too early; move X11 includes into DCOP_INCLUDES in a clean fashion (I hope). svn path=/trunk/KDE/kdelibs/; revision=524801
2006-03-30bigger changes in FindQt4.cmake:Alexander Neundorf
-new variable QT_MIN_VERSION (as in FindQt3.cmake): set it to the minimum required version -prefer qmake over qmake-qt4 -find uic and moc by grepping the qmake spec file -search for the libs, headers and binaries only in the directories reported by qmake -set the minimum required Qt version to 4.1.1 svn path=/trunk/KDE/kdelibs/; revision=524621
2006-03-29only look at the path we want it to lookAlbert Astals Cid
Aproved by AleXXX svn path=/trunk/KDE/kdelibs/; revision=524129
2006-03-29Those aliases seem quite useful when building kdelibs itself, too...David Faure
svn path=/trunk/KDE/kdelibs/; revision=523923
2006-03-27The other vars don't have KDE4_ as prefix (for some reason)David Faure
svn path=/trunk/KDE/kdelibs/; revision=523162
2006-03-27It's not unused, see kded/CMakeLists.txtDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=523140
2006-03-26-rename KDE4_INCLUDE_DIRS to KDE4_INCLUDES (but still keep it in the ↵Alexander Neundorf
snapshot for compat) Bye Alex CCMAIL: montel@kde.org CCMAIL: faure@kde.org CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=522713
2006-03-23add a newline to the end of file.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=521729
2006-03-23DEPREACTED won't do much good :)David Faure
svn path=/trunk/KDE/kdelibs/; revision=521726