Alexander Neundorf
|
cb95bf85da
rename Automoc4.cmake.in back to Automoc4.cmake, since it is not configured anymore, which avoids several problems
|
17 år sedan |
Alexander Neundorf
|
aa5a2e575c
fix breakage from yesterday, now automoc should build separately and also again as part of kdesupport (actually
|
17 år sedan |
Matthias Kretz
|
bef402e541
can't check for kde4automoc.cpp in the same dir anymore. instead look for the generated automoc4_config.h file
|
17 år sedan |
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 år sedan |
Alexander Neundorf
|
287c7ffcfc
this has been renamed (copied) to Automoc4Config.cmake.in
|
17 år sedan |
Alexander Neundorf
|
a4048c9150
-set the automoc4 version number once in the CMakeLists.txt, and use this version number
|
17 år sedan |
Alexander Neundorf
|
d77d5667e7
rename Automoc4Config.cmake to Automoc4Config.cmake.in, so the version number can be configured into it
|
17 år sedan |
Matthias Kretz
|
7253969139
add version variable, for easy checking in CMake scripts
|
17 år sedan |
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 år sedan |
David Faure
|
d88b65183c
Patch by "oneforall" on irc to honour ${LIB_SUFFIX} (the way kdelibs does too)
|
17 år sedan |
Josef Spillner
|
c63b336525
- the human coverity still works best: do not segfault if only one parameter given
|
17 år sedan |
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 år sedan |
Matthias Kretz
|
9a72b5d0d7
Let automoc pass all -D parameters to moc that gcc/g++ also gets.
|
17 år sedan |
Alexander Neundorf
|
270d274bdb
-there must be no space between the "-F" and "/Library/Frameworks", otherwise
|
17 år sedan |
Alexander Neundorf
|
9456cec5e1
-add -F /Library/Frameworks to the moc arguments, otherwise moc doesn't find
|
17 år sedan |
Matthias Kretz
|
64e7e3bf09
reset the iterator, else no sourcedirs get ordered to the front
|
17 år sedan |
Matthias Kretz
|
7dbe9de6da
output the moc command line in verbose mode
|
17 år sedan |
Christian Ehrlicher
|
8717729a23
I knew why I did not used a static_cast<> here :)
|
17 år sedan |
Matthias Kretz
|
d050052202
missing endl - otherwise the message might get lost
|
17 år sedan |
Matthias Kretz
|
40736c5243
the line says ON\n not TRUE
|
17 år sedan |
Matthias Kretz
|
0955173adf
- commented code in Automoc4Config.cmake to test add_custom_target instead of add_custom_command
|
17 år sedan |
Christian Ehrlicher
|
94f5a189ec
remove .H from headerExtensions on windows because file system is not case sensitive
|
17 år sedan |
Christian Ehrlicher
|
d721b2544a
it's sys/utime.h on windows
|
17 år sedan |
Christian Ehrlicher
|
1dbbb9ab60
win32 compile++
|
17 år sedan |
Matthias Kretz
|
9d5de1331f
don't do the dirty check for now as it doesn't work 100% yet
|
17 år sedan |
Matthias Kretz
|
df476f49d6
- remove some dead code in the AUTOMOC4 macro
|
17 år sedan |
Alexander Neundorf
|
db94d31d38
-make the target and the custom command depend on the .notclean file, and make that file an OUTPUT of the custom command
|
17 år sedan |
Alexander Neundorf
|
14520b4390
-make parallel builds work in kdesupport by making the custom target depend on the automoc4 target again
|
17 år sedan |
Matthias Kretz
|
9d9ece1a16
- run automoc4 unconditionally (automoc4 itself makes sure that the timestamps are such that it gets called again)
|
17 år sedan |
Matthias Kretz
|
78fdba1e2d
relicense to BSD
|
17 år sedan |