From af870d2e32699963b218ff33c25a2d4452a75be8 Mon Sep 17 00:00:00 2001 From: renatofilho Date: Mon, 18 Oct 2010 19:01:04 -0300 Subject: Fixed PySide plugin for uiloader dependency. 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 4ad006e25..dc8f23467 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_QTUITOOLS_FOUND) +if(QT_QTUITOOLS_FOUND AND QT_QTDESIGNER_FOUND) add_subdirectory(plugins) endif() # project directories -- cgit v1.2.3