Fix CMake build

Amends b66a403f36

Change-Id: I2d104839a6b8510986ce6f3443ba9fb083460c07
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
Eike Ziller
2021-05-11 14:43:34 +02:00
parent f18ac508e8
commit e7c1910824

View File

@@ -223,7 +223,6 @@ qtc_add_resources(ProjectExplorer "testdata"
BASE "."
FILES ${test_resources}
)
endif()
qtc_plugin_enabled(_projectexplorer_enabled ProjectExplorer)
if (WITH_TESTS AND _projectexplorer_enabled)