From e7f280f7451b3429fc1e1407225a6b9d27db1888 Mon Sep 17 00:00:00 2001 From: renatofilho Date: Fri, 15 Oct 2010 18:18:27 -0300 Subject: Removed QtDesigner dependency from QtUiTools module. Reviewer: Hugo Parente Lima Luciano Wolf --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 71aee4f1c..4ad006e25 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -183,7 +183,7 @@ set(GENERATOR_EXTRA_FLAGS --generatorSet=shiboken --enable-parent-ctor-heuristic enable_testing() add_subdirectory(libpyside) -if(QT_QTDESIGNER_FOUND) +if(QT_QTUITOOLS_FOUND) add_subdirectory(plugins) endif() # project directories -- cgit v1.2.3