diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp index e36ea407868..5995abe3f98 100644 --- a/devtools/create_project/create_project.cpp +++ b/devtools/create_project/create_project.cpp @@ -2017,7 +2017,7 @@ void ProjectProvider::createProject(BuildSetup &setup) { // In case we create the main ScummVM project files we will need to // generate engines/plugins_table.h & engines/detection_table.h - if (!setup.tests && !setup.devTools) { + if (!setup.devTools) { createEnginePluginsTable(setup); } }