forked from qt-creator/qt-creator
CMake build: Stop looking for QtScript
It is no longer used.
Amends 7a3f5edfaf
Change-Id: Id76d05a303179f071cdc334dd0f1e7041b7eaa92
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -48,7 +48,7 @@ find_package(Qt5 COMPONENTS LinguistTools)
|
||||
|
||||
find_package(Threads)
|
||||
|
||||
find_package(Qt5 COMPONENTS Designer Help Script SerialPort Svg QUIET)
|
||||
find_package(Qt5 COMPONENTS Designer Help SerialPort Svg QUIET)
|
||||
function (set_if_target var target)
|
||||
if (TARGET "${target}")
|
||||
set(_result ON)
|
||||
|
Reference in New Issue
Block a user