From 9b644ccdde13efe533d04d092d52206c916d9f3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Mon, 12 May 2014 15:08:14 +0200 Subject: [PATCH] dbusmenu-qt won't be needed here --- CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e56723d1d..a726c7519 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,14 +88,6 @@ set_package_properties(QCA2 PROPERTIES DESCRIPTION "Support for remote plasma wi TYPE OPTIONAL ) -#find_package(DBusMenuQt MODULE) -#set_package_properties(DBusMenuQt PROPERTIES DESCRIPTION "Support for notification area menus via the DBusMenu protocol" -#URL "https://launchpad.net/libdbusmenu-qt" -#TYPE REQUIRED -#) - - - find_package(OpenGL) set_package_properties(OpenGL PROPERTIES DESCRIPTION "The OpenGL libraries" URL "http://www.opengl.org"