Don't require QtScript to build proxymodeltestapp.

wilder
Stephen Kelly 11 years ago
parent 9e8e77cd2f
commit 156ec6fc7b
  1. 4
      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)

Loading…
Cancel
Save