mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
A library that provides Qt4 implementation of the DBusMenu protocol. The DBusMenu protocol makes it possible for applications to export and import their menus over DBus. WWW: http://people.canonical.com/~agateau/dbusmenu/
10 lines
293 B
Text
10 lines
293 B
Text
--- ./CMakeLists.txt.orig 2010-08-19 12:55:12.000000000 +0400
|
|
+++ ./CMakeLists.txt 2010-09-01 23:35:53.634132670 +0400
|
|
@@ -56,7 +56,3 @@
|
|
option(BUILD_TESTS "Build tests" ON)
|
|
|
|
add_subdirectory(src)
|
|
-if (BUILD_TESTS)
|
|
- add_subdirectory(tests)
|
|
-endif (BUILD_TESTS)
|
|
-add_subdirectory(tools)
|