From b920726e9d0a581ac7379305947622b882c3283e Mon Sep 17 00:00:00 2001 From: Sebastian Sauer Date: Sat, 21 Oct 2006 18:19:18 +0000 Subject: ok, reactivate those part since actualy there exist a dbus_for_win ( http://sourceforge.net/project/showfiles.php?group_id=171968 ) which was not documented anywhere. Thanks Laurent and Christian :) svn path=/trunk/KDE/kdelibs/; revision=597820 --- modules/FindKDE4Internal.cmake | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'modules') diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 12f247b2..4c3409af 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -192,11 +192,10 @@ set(QT_MIN_VERSION "4.2.0") #this line includes FindQt4.cmake, which searches the Qt library and headers find_package(Qt4 REQUIRED) -if (NOT WIN32) - if (NOT QT_DBUSXML2CPP_EXECUTABLE) - message(FATAL_ERROR "Qt4 qdbusxml2cpp was not found. Make sure it has been built and installed by Qt") - endif (NOT QT_DBUSXML2CPP_EXECUTABLE) -endif (NOT WIN32) +if (NOT QT_DBUSXML2CPP_EXECUTABLE) + message(FATAL_ERROR "Qt4 qdbusxml2cpp was not found. Make sure it has been built and installed by Qt") +endif (NOT QT_DBUSXML2CPP_EXECUTABLE) + # Perl is required for building KDE software, find_package(Perl REQUIRED) -- cgit v1.2.1