Remove command clearing Qt5Script_FOUND.

Used to verify that the code works if it's not found. It does :).
wilder
Stephen Kelly 11 years ago
parent 156ec6fc7b
commit 017d4013a8
  1. 2
      autotests/proxymodeltestapp/CMakeLists.txt

@ -20,8 +20,6 @@ set(proxymodeltestapp_SRCS
)
find_package(Qt5Script ${REQUIRED_QT_VERSION} QUIET CONFIG)
set(Qt5Script_FOUND)
if (Qt5Script_FOUND)
list(APPEND proxymodeltestapp_SRCS
reparentingpmwidget.cpp

Loading…
Cancel
Save