From 156ec6fc7b593e890ea942a6b469622e2ff0b55a Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 7 Mar 2015 16:50:59 +0100 Subject: [PATCH] Don't require QtScript to build proxymodeltestapp. --- autotests/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/autotests/CMakeLists.txt b/autotests/CMakeLists.txt index 0cd1e46..f3918bb 100644 --- a/autotests/CMakeLists.txt +++ b/autotests/CMakeLists.txt @@ -27,6 +27,4 @@ ecm_add_test(kselectionproxymodeltest.cpp ${proxyModelTestSources} LINK_LIBRARIES KF5::ItemModels Qt5::Test Qt5::Widgets proxymodeltestsuite ) -if (Qt5Script_FOUND) - add_subdirectory(proxymodeltestapp) -endif() +add_subdirectory(proxymodeltestapp)