KDE/kdelibs/cmake/modules

Andreas Hartmetz ahartmetz at gmail.com
Sat Oct 3 23:03:08 CEST 2009


SVN commit 1031058 by ahartmetz:

Fix / adapt to FindQt4.cmake changes. Found the error in kdenetwork which
uses reeeally old ui files.
CCMAIL: kde-buildsystem at kde.org
CCMAIL: neundorf at kde.org


 M  +1 -1      KDE4Macros.cmake  


--- trunk/KDE/kdelibs/cmake/modules/KDE4Macros.cmake #1031057:1031058
@@ -159,7 +159,7 @@
 #usage: KDE4_ADD_UI3_FILES(foo_SRCS ${ui_files})
 macro (KDE4_ADD_UI3_FILES _sources )
 
-   qt4_get_moc_inc_dirs(_moc_INCS)
+   qt4_get_moc_flags(_moc_INCS)
 
    foreach (_current_FILE ${ARGN})
 


More information about the Kde-buildsystem mailing list