aboutsummaryrefslogtreecommitdiff
path: root/src/kreadconfig/CMakeLists.txt
AgeCommit message (Collapse)Author
2015-01-04fix missing KF5_ prefix for INSTALL_DEFAULT_ARGSChristoph Cullmann
2014-04-27Rename kreadconfig and kwriteconfig for coinstallability with kde-runtime4.Michael Palimaka
REVIEW: 117792
2014-04-26Adopt kreadconfig and kwriteconfig to kconfigAleix Pol
Drop KCoreAddons and KI18n dependency. Add a bunch of QStringLiteral()
2014-04-26Stop using kde4_add_executableAleix Pol
It's deprecated now
2014-04-26Port kreadconfig to KF5Aleix Pol
2014-04-26Port kwriteconfig to KF5Aleix Pol
2014-04-26Use INSTALL_TARGETS_DEFAULT_ARGSLaurent Montel
svn path=/trunk/KDE/kdebase/runtime/; revision=813305
2014-04-26remove kde4_automoc()Allen Winter
svn path=/trunk/KDE/kdebase/runtime/; revision=685984
2014-04-26remove redundant project declarationsDirk Mueller
svn path=/trunk/KDE/kdebase/runtime/; revision=683437
2014-04-26FixLaurent Montel
svn path=/trunk/KDE/kdebase/runtime/; revision=603871
2014-04-26Not GUI applicationLaurent Montel
svn path=/trunk/KDE/kdebase/runtime/; revision=603865
2014-04-26Apply Alex patch (now we can use enable-final argument some module compiles ↵Laurent Montel
with enable-final now) As discussed with Alex it's not necessary to have program name into automoc macro svn path=/trunk/KDE/kdebase/workspace/kcontrol/locale/; revision=598290
2014-04-26Necessary to change KDE4_AUTOMOC macro to support enable-final argumentLaurent Montel
(there was not a dependancy between <name>_final.cpp file and moc generated files => moc files were never created) Not necessary to rebuild all kdelibs just cp kdelibs/cmake/modules/KDE4Macros.cmake <path_kde4>/share/apps/cmake/modules I ported and tested all kde module (without enable-final argument, it compiles fines (test and program)) Don't try to use enable-final argument for the moment it doesn't compile (but dependancy works) Regards svn path=/trunk/KDE/kdebase/workspace/kcontrol/locale/; revision=595039
2014-04-26Not necessary to link with kdeui kdecore is enoughLaurent Montel
svn path=/trunk/KDE/kdebase/runtime/; revision=578143
2014-04-26Replace all bin by ${BIN_INSTALL_DIR}Laurent Montel
svn path=/trunk/KDE/kdebase/workspace/kcontrol/krdb/; revision=564549
2014-04-26kde4_header and kde4_footer() are gone nowAlexander Neundorf
svn path=/trunk/KDE/kdebase/workspace/kcontrol/krdb/; revision=540215
2014-04-26-add FONTCONFIG_INCLUDE_DIR where required -cleanup the toplevel ↵Alexander Neundorf
CMakeLists.txt a bit -remove include_directories( CMAKE_CURRENT_SOURCE_DIR CMAKE_CURRENT_BINARY_DIR) in the subdirs, since this is done now automatically by cmake (the CMAKE_INCLUDE_CURRENT_DIR option -include_directories(KDE4_INCLUDES) in the toplevel CMakeLists.txt, so it doesn't have to be done in every subdir Alex svn path=/trunk/KDE/kdebase/workspace/kcontrol/krdb/; revision=539914
2014-04-26install executables with the install command instead of install_files/targets.André Wöbbeking
when you install scripts with install(PROGRAMS ...) they're installed executable. svn path=/trunk/KDE/kdebase/kdebugdialog/; revision=538074
2014-04-26-use KDE4_INCLUDES instead of KDE4_INCLUDE_DIR and QT_INCLUDESAlexander Neundorf
Alex svn path=/trunk/KDE/kdebase/workspace/kcontrol/krdb/; revision=522728
2014-04-26Use set(CMAKE_INCLUDE_CURRENT_DIR ON) in the toplevel CMakeLists.txt, and we ↵David Faure
don't need to include ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} in each and every file anymore [only when subdirs might depend on that]. Also ran a script which makes sure that ${KDE4_INCLUDE_DIR} and ${QT_INCLUDES} are added -last-, so that installed headers are not preferred over (possibly more uptodate) local headers. svn path=/trunk/KDE/kdebase/workspace/kcontrol/krdb/; revision=521887
2014-04-26Now all kdebase compile with cmakeLaurent Montel
svn path=/trunk/KDE/kdebase/kdebugdialog/; revision=521468
2014-04-26Fix typoLaurent Montel
svn path=/trunk/KDE/kdebase/konqueror/settings/ebrowsing/plugins/; revision=521451
2014-04-26-fixed redmond theme, am2cmake doesn't like Makefile.am's where the lib is ↵Alexander Neundorf
defined after the sources -added project() calls everywhere, so now you can have kdevelop project for all major parts Alex svn path=/trunk/KDE/kdebase/kioslave/; revision=519321
2014-04-26Use aliasLaurent Montel
svn path=/trunk/KDE/kdebase/kdebugdialog/; revision=515010
2014-04-26Add module to compile kdebase with kdelibs-cmake. BE CARREFULL: Don't try to ↵Laurent Montel
compile it for the moment (in progress) Don't use kdelibs trunk for compile it (there is not again test to disable compile when we compile with kdelibs trunk) For the moment there was a lot of missing test etc. I commit it just to allow to lose my changes if there is a pb on my HD. I will sync cmake from kdelibs trunk to kdelibs-snapshot. I hope to fix compile today or tomorrow. CCMAIL: neundorf@kde.org For the futur we must sync kdelibs/cmake/* to kdelibs-snapshot to compile all the time with kdelibs-snapshot svn path=/trunk/KDE/kdebase/workspace/kcontrol/krdb/; revision=514380