lp://staging/~neon/project-neon/automoc
- Get this branch:
- bzr branch lp://staging/~neon/project-neon/automoc
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://invent.kde.org/unmaintained/automoc.
Last successful import was .
Recent revisions
- 100. By Steveire
-
Don't attempt to read the DEFINITIONS property.
It was replaced by COMPILE_DEFINITIONS long ago.
- 99. By David Faure
-
Fix missing include dirs (current source and build dir) when moc is run.
Apparently these dirs are not in the directory property "INCLUDE_
DIRECTORIES" ,
so they need to be added by hand.This fixes compilation of kdelibs/kdewebkit with KDE_NO_
DEPRECATED= TRUE:
moc didn't find kdewebkit_export.h (and silently ignored it), so kdemacros.h
was not included, and KDE_NO_DEPRECATED was not set, leading to signals
only in the moc file and not in the header file, at compile time.Alex: is there a way to only do this when CMAKE_INCLUDE_
CURRENT_ DIR is on?
CCMAIL: <email address hidden> - 98. By Michael Jansen <email address hidden>
-
AutoMoc::lazyInit() expects the app to get 6 parameter but run() only checks for 5.
Fix that so i do not get a qt assertion here.
- 96. By Christoph Feck <email address hidden>
-
Fix cmake_policy call
CCMAIL:<email address hidden>
svn path=/trunk/
kdesupport/ automoc/ ; revision=1142454 - 95. By Alexander Neundorf
-
-allow duplicate target names also in the automoc macros, to make the modules build again
Alex
svn path=/trunk/
kdesupport/ automoc/ ; revision=1142396 - 94. By Alexander Neundorf
-
-add cmake_policy(
PUSH|POP) to save and restore the original cmake policy settings
-add the cmake_minimum_required( VERSION 2.6.4 FATAL_ERROR) back, since this is indeed required Alex
svn path=/trunk/
kdesupport/ automoc/ ; revision=1141941
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)