Matthias Kretz
|
94fa25e301
the check for endsWith("*/") is not necessary as buf != mocDefinitions.join anyway
|
16 éve |
Matthias Kretz
|
87c5b14cd0
regenerate all moc files when -D flags change
|
16 éve |
Matthias Kretz
|
ad2d03ca30
add support for headers and moc files in subdirs, bump version number
|
16 éve |
Matthias Kretz
|
63b698e526
add convenience macros for projects that are not able to use KDE4_ADD_* macros
|
16 éve |
Allan Sandfeld Jensen
|
a8559761c1
Reverting unnessesary patch
|
16 éve |
Aaron J. Seigo
|
9c05c623d9
fix the wording
|
17 éve |
Allan Sandfeld Jensen
|
11100348fd
Please respect INSTALL_PREFIX
|
17 éve |
Matthias Kretz
|
c8fddb202e
Make automoc4 execute cmake and moc serially. This simplifies the code, removes
|
17 éve |
Christian Ehrlicher
|
875d4c460f
important fix for msvc - would be nice to get a new version because of this - otherwise kdenetwork/libiris doesn't compile
|
17 éve |
Alexander Neundorf
|
cb95bf85da
rename Automoc4.cmake.in back to Automoc4.cmake, since it is not configured anymore, which avoids several problems
|
17 éve |
Alexander Neundorf
|
aa5a2e575c
fix breakage from yesterday, now automoc should build separately and also again as part of kdesupport (actually
|
17 éve |
Matthias Kretz
|
bef402e541
can't check for kde4automoc.cpp in the same dir anymore. instead look for the generated automoc4_config.h file
|
17 éve |
Matthias Kretz
|
17b7eccf0d
automoc4.files.in needs to be present in the builddir together with Automoc4Config.cmake so that other projects inside kdesupport can use it
|
17 éve |
Alexander Neundorf
|
287c7ffcfc
this has been renamed (copied) to Automoc4Config.cmake.in
|
17 éve |
Alexander Neundorf
|
a4048c9150
-set the automoc4 version number once in the CMakeLists.txt, and use this version number
|
17 éve |
Alexander Neundorf
|
d77d5667e7
rename Automoc4Config.cmake to Automoc4Config.cmake.in, so the version number can be configured into it
|
17 éve |
Matthias Kretz
|
7253969139
add version variable, for easy checking in CMake scripts
|
17 éve |
Matthias Kretz
|
dc618d9045
- cmake 2.6 wants to use COMPILE_DEFINITIONS instead of DEFINITIONS, so we use that when non-empty instead of DEFINITIONS (does this break 2.4.x ?)
|
17 éve |
David Faure
|
d88b65183c
Patch by "oneforall" on irc to honour ${LIB_SUFFIX} (the way kdelibs does too)
|
17 éve |
Josef Spillner
|
c63b336525
- the human coverity still works best: do not segfault if only one parameter given
|
17 éve |
Matthias Kretz
|
0aad2780ff
version 0.9.83. Not 1.0 as long as there are problems on Windows. And .83 is nice to show the relation to the rest of KDE.
|
17 éve |
Matthias Kretz
|
9a72b5d0d7
Let automoc pass all -D parameters to moc that gcc/g++ also gets.
|
17 éve |
Alexander Neundorf
|
270d274bdb
-there must be no space between the "-F" and "/Library/Frameworks", otherwise
|
17 éve |
Alexander Neundorf
|
9456cec5e1
-add -F /Library/Frameworks to the moc arguments, otherwise moc doesn't find
|
17 éve |
Matthias Kretz
|
64e7e3bf09
reset the iterator, else no sourcedirs get ordered to the front
|
17 éve |
Matthias Kretz
|
7dbe9de6da
output the moc command line in verbose mode
|
17 éve |
Christian Ehrlicher
|
8717729a23
I knew why I did not used a static_cast<> here :)
|
17 éve |
Matthias Kretz
|
d050052202
missing endl - otherwise the message might get lost
|
17 éve |
Matthias Kretz
|
40736c5243
the line says ON\n not TRUE
|
17 éve |
Matthias Kretz
|
0955173adf
- commented code in Automoc4Config.cmake to test add_custom_target instead of add_custom_command
|
17 éve |