diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-21 16:08:55 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-21 16:08:55 +0000 |
commit | 62c6e00a6b7c31827cfbf3c1526a3c1dc03ea301 (patch) | |
tree | f3f9aaad2de98d0286aef11724dbbc3c50fe6b70 | |
parent | dd5412954440be9abcd47b5db25bc7313cba9d8a (diff) | |
download | other-62c6e00a6b7c31827cfbf3c1526a3c1dc03ea301.tar.gz other-62c6e00a6b7c31827cfbf3c1526a3c1dc03ea301.zip |
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
-rw-r--r-- | cmake/modules/FindQt.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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 |