Commit graph

19 commits

Author SHA1 Message Date
Laurent Montel fd84e93a35 Filter options was never implemented not necessary to keep it in svn
svn path=/trunk/KDE/kdebase/apps/; revision=793928
2008-04-05 16:22:22 +00:00
Urs Wolfer c0011dcc41 * do not link anymore against QT_QT3SUPPORT_LIBRARY
* cleanup cmake script

svn path=/trunk/KDE/kdebase/apps/; revision=752472
2007-12-24 14:59:45 +00:00
Allen Winter d645b59bb1 remove kde4_automoc()
svn path=/trunk/KDE/kdebase/apps/; revision=685984
2007-07-10 09:14:12 +00:00
Alexander Neundorf c0d78ac239 -remove kde4_install_libtool_file(), not necessary anymore since we switched away from libltdl
Alex


svn path=/trunk/KDE/kdebase/konqueror/; revision=602118
2006-11-05 12:24:44 +00:00
Laurent Montel 204da7a388 Apply Alex patch (now we can use enable-final argument
some module compiles with enable-final now)
As discussed with Alex it's not necessary to have program name
into automoc macro

svn path=/trunk/KDE/kdebase/konqueror/; revision=598290
2006-10-23 06:53:27 +00:00
Laurent Montel 9bba68d81a Necessary to change KDE4_AUTOMOC macro to support
enable-final argument

(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/konqueror/; revision=595039
2006-10-13 07:55:37 +00:00
Laurent Montel a8de43be47 Install them under services directory
(now konqueror settings works)

svn path=/trunk/KDE/kdebase/konqueror/; revision=586449
2006-09-19 16:43:01 +00:00
Laurent Montel fd661ce9ff Remove not necessary files
Remove executable attribute for some files
Clean up

svn path=/trunk/KDE/kdebase/konqueror/; revision=578550
2006-08-29 15:55:17 +00:00
Dirk Mueller e6040c725e merge bleeding edge. bleeding edge is now again dead
svn path=/trunk/KDE/kdebase/apps/; revision=558082
2006-07-04 17:09:53 +00:00
David Faure 47fd11d4a1 The KURIFilter plugins don't belong to a kcontrol module, they are very much needed at runtime in all cases,
so they belong to ... what's currently called coreapps. Having kioslaves and plugins in there shows how
"runtime" would be a better name than "coreapps" indeed.

svn path=/trunk/KDE/kdebase/konqueror/; revision=542081
2006-05-18 08:12:36 +00:00
Alexander Neundorf 7a0b30822a kde4_header and kde4_footer() are gone now
svn path=/trunk/KDE/kdebase/konqueror/; revision=540215
2006-05-12 18:12:37 +00:00
Alexander Neundorf a8b01eb0aa -add FONTCONFIG_INCLUDE_DIR where required
-cleanup the toplevel 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/konqueror/; revision=539914
2006-05-12 00:08:30 +00:00
Frank Osterfeld edfea13cec replace LIB_INSTALL_DIR/kde4 with PLUGIN_INSTALL_DIR
svn path=/trunk/KDE/kdebase/konqueror/; revision=531059
2006-04-18 14:21:54 +00:00
Alexander Neundorf bdfa6204fc -use KDE4_INCLUDES instead of KDE4_INCLUDE_DIR and QT_INCLUDES
Alex

svn path=/trunk/KDE/kdebase/konqueror/; revision=522728
2006-03-26 14:52:52 +00:00
Laurent Montel 8ebe15f3be Fix cmake variable
svn path=/trunk/KDE/kdebase/nsplugins/; revision=522126
2006-03-24 14:59:45 +00:00
David Faure 64dacf1e12 Use set(CMAKE_INCLUDE_CURRENT_DIR ON) in the toplevel CMakeLists.txt, and we 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/konqueror/; revision=521887
2006-03-23 19:24:10 +00:00
Laurent Montel 389f63ff57 Fix typo
svn path=/trunk/KDE/kdebase/konqueror/; revision=521451
2006-03-22 16:06:38 +00:00
Laurent Montel 417d820ace Compile++
svn path=/trunk/KDE/kdebase/konqueror/; revision=514737
2006-03-01 09:48:40 +00:00
Laurent Montel d05f2bb78e Add module to compile kdebase with kdelibs-cmake.
BE CARREFULL: Don't try to 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/konqueror/; revision=514380
2006-02-28 08:01:15 +00:00