From 62c6e00a6b7c31827cfbf3c1526a3c1dc03ea301 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 21 Mar 2011 16:08:55 +0000 Subject: [PATCH] Fix uic name under TQt for Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1225568 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- cmake/modules/FindQt.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/FindQt.cmake b/cmake/modules/FindQt.cmake index 5b3c60f..c3ba41d 100644 --- a/cmake/modules/FindQt.cmake +++ b/cmake/modules/FindQt.cmake @@ -71,7 +71,7 @@ if( WITH_QT4 ) endif( __result EQUAL 1 ) # search for uic - __tde_internal_find_qt_program( uic QT_UIC_EXECUTABLE ) + __tde_internal_find_qt_program( uic-tqt QT_UIC_EXECUTABLE ) # try to find path to qt.h # we assume that this path is Qt's include path