Age | Commit message (Collapse) | Author |
|
Alex
CCMAIL: winter@kde.org, groot@kde.org
Feel free to change it as you like it
svn path=/trunk/KDE/kdelibs/; revision=602437
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=602246
|
|
svn path=/trunk/KDE/kdelibs/; revision=601625
|
|
svn path=/trunk/KDE/kdelibs/; revision=601223
|
|
svn path=/trunk/KDE/kdelibs/; revision=600648
|
|
svn path=/trunk/KDE/kdelibs/; revision=600522
|
|
kde4_automoc() absolutely _must_ work without the macro_add_file_dependencies() line.
If it doesn't it's a cmake bug. But since this is the way the dependencies of generated
files are handled everywhere I am at least 99% sure it works in cmake and the mistake must be on my side.
So, I think the problem was that mediamanageriface.cpp was also used from mdeia/medianotifier/ using "../mediamanageriface.cpp".
Then this file was parsed for "include *moc" and probably the correct line was found and added as a property
to the source file using the absolute path. Later on in kde4_add_plugin() the property for the moc
files was retrieved but without using the absolute path, so that's why probably the moc file
wasn't found and so the dependency wasn't created.
CCMAIL: faure@kde.org
David, can you please check and let me know ?
Thanks
Alex
svn path=/trunk/KDE/kdelibs/; revision=598892
|
|
kdeinit lib a different name than the final-file for the application
Alex
CCMAIL: montel@kde.org
svn path=/trunk/KDE/kdelibs/; revision=598883
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=598876
|
|
No rule to make target `runtime/kioslave/media/medianotifier/mediamanageriface.moc', needed by `[...]/runtime/kioslave/media/mediamanageriface.o'.
svn path=/trunk/KDE/kdelibs/; revision=598854
|
|
=> FATAL_ERROR when we don't have it.
svn path=/trunk/KDE/kdelibs/; revision=598801
|
|
svn path=/trunk/KDE/kdelibs/; revision=598769
|
|
CCMAIL: "Christian Ehrlicher" <Ch.Ehrlicher@gmx.de>
svn path=/trunk/KDE/kdelibs/; revision=598624
|
|
svn path=/trunk/KDE/kdelibs/; revision=598586
|
|
svn path=/trunk/KDE/kdelibs/; revision=598585
|
|
svn path=/trunk/KDE/kdelibs/; revision=598583
|
|
* 'archdir' may empty and if that's the case use 'rubyincludedir'
* use 'ruby_version'
* don't hardcode ruby include-path
svn path=/trunk/KDE/kdelibs/; revision=598580
|
|
-fix kde4_add_kdeinit_executable() for enable_final
Laurent: this can't have worked before, did it ?
CCMAIL: montel@kde.org
Alex
svn path=/trunk/KDE/kdelibs/; revision=598548
|
|
for QtCore_debug.so etc.
My main motivation being more speed and less confusing output (about many libs not being found).
Tested by Paulo on msvc and mingw - thanks!
svn path=/trunk/KDE/kdelibs/; revision=598386
|
|
argument
svn path=/trunk/KDE/kdelibs/; revision=598383
|
|
svn path=/trunk/KDE/kdelibs/; revision=598377
|
|
svn path=/trunk/KDE/kdelibs/; revision=598376
|
|
svn path=/trunk/KDE/kdelibs/; revision=598346
|
|
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/kdelibs/; revision=598288
The following changes were in SVN, but were removed from git:
M pics/CMakeLists.txt
|
|
svn path=/trunk/KDE/kdelibs/; revision=598140
|
|
is no need to do an extra search to find them - if they're not available, we would not be able to link any bigger program on win32
@sebsauer: I don't get an error in FindZLib.cmake ...
svn path=/trunk/KDE/kdelibs/; revision=598092
|
|
svn path=/trunk/KDE/kdelibs/; revision=597959
|
|
while it seems to
be needed with Qt 4.2.x :-/
@Christian: could be find here a way to have it working for everybody? propably check for the
Qt-version or something like this?
CC_MAIL: Ch.Ehrlicher@gmx.de
svn path=/trunk/KDE/kdelibs/; revision=597951
|
|
win32libs which has
another meaning this days as it had on KDE3.
@Christian does this finally fix the compile-prob with msvc I just introduced? btw, I also
wonder that GnuWin32 is not marked as REQUIRED and is not mention at the kdelibs.com tutorial at
all. Do we depend on it or not?
CC_MAIL: Ch.Ehrlicher@gmx.de
svn path=/trunk/KDE/kdelibs/; revision=597849
|
|
http://sourceforge.net/project/showfiles.php?group_id=171968 ) which was not documented
anywhere. Thanks Laurent and Christian :)
svn path=/trunk/KDE/kdelibs/; revision=597820
|
|
with msvc anymore!
cmake adds those libs automagically afaik
CCMAIL: mail@dipe.org
CCMAIL: kde-windows@kde.org
svn path=/trunk/KDE/kdelibs/; revision=597662
|
|
svn path=/trunk/KDE/kdelibs/; revision=597625
|
|
* abort with FATAL_ERROR if gnuwin32 could not be found and REQUIRED got defined.
svn path=/trunk/KDE/kdelibs/; revision=597624
|
|
* use find_library
Now linking fails cause of the on win32 missing dbus libs...
svn path=/trunk/KDE/kdelibs/; revision=597618
|
|
svn path=/trunk/KDE/kdelibs/; revision=597608
|
|
svn path=/trunk/KDE/kdelibs/; revision=597606
|
|
svn path=/trunk/KDE/kdelibs/; revision=597596
|
|
svn path=/trunk/KDE/kdelibs/; revision=597592
|
|
svn path=/trunk/KDE/kdelibs/; revision=596008
|
|
svn path=/trunk/KDE/kdelibs/; revision=595984
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=595469
|
|
svn path=/trunk/KDE/kdelibs/; revision=595215
|
|
(there was not a dependancy between <name>_final.cpp file and
kcfg file => kfg 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 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)
(I didn't test all compile for the moment I will fix all compile today (without enable-final argument)
kdelibs/kdepimlibs/kdebase/kdeutils compiles fine)
Regards
svn path=/trunk/KDE/kdelibs/; revision=595168
|
|
svn path=/trunk/KDE/kdelibs/; revision=595072
|
|
svn path=/trunk/KDE/kdelibs/; revision=595070
|
|
svn path=/trunk/KDE/kdelibs/; revision=595069
|
|
Fix list of file for final files (not take first file into
file list as _c_file argument)
Is it necessary to have a _c_file_ argument into create_final macro ?
CCMAIL: neundorf@kde.org
svn path=/trunk/KDE/kdelibs/; revision=595067
|
|
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/kdelibs/; revision=595037
The following changes were in SVN, but were removed from git:
M pics/CMakeLists.txt
|
|
(typo in this file).
However this whole _debug stuff should be cleaned up now that we use Qt-4.2.0 ...
svn path=/trunk/KDE/kdelibs/; revision=594852
|
|
(need to fix kdevelop build on macosx)
svn path=/trunk/KDE/kdelibs/; revision=594561
|