[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear
From:       Greg Martyn <greg.martyn () gmail ! com>
Date:       2007-09-30 20:36:11
Message-ID: 1191184571.002067.8701.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 719292 by martyn:

Now instead of not working because macro_optional_add_subdirectory wasn't defined, it \
doesn't work because QT_INCLUDE_DIR (ADVANCED) wasn't set. Well, it's progress.

 M  +13 -0     CMakeLists.txt  


--- trunk/extragear/CMakeLists.txt #719291:719292
@@ -1,5 +1,16 @@
 project(extragear)
 
+set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules )
+
+# search packages used by KDE
+find_package(KDE4 REQUIRED)
+include (KDE4Defaults)
+include (MacroLibrary)
+include(MacroOptionalAddSubdirectory)
+
+add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
+include_directories (${QDBUS_INCLUDE_DIRS}  ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} \
${KDE4_INCLUDES}) +
 macro_optional_add_subdirectory(network)
 macro_optional_add_subdirectory(multimedia)
 macro_optional_add_subdirectory(graphics)
@@ -9,3 +20,5 @@
 macro_optional_add_subdirectory(base)
 macro_optional_add_subdirectory(pim)
 macro_optional_add_subdirectory(sdk)
+
+macro_display_feature_log()


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic