From b6ba99e65a0cc61fe3ddb84123779630e103f4d6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 18 Jan 2026 23:11:00 +0900 Subject: Fix typo in previous commit Signed-off-by: Michele Calgaro --- qmake/generators/unix/unixmake.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/qmake/generators/unix/unixmake.cpp b/qmake/generators/unix/unixmake.cpp index 4da397400..be0d7f94c 100644 --- a/qmake/generators/unix/unixmake.cpp +++ b/qmake/generators/unix/unixmake.cpp @@ -807,7 +807,6 @@ UnixMakefileGenerator::defaultInstall(const TQString &t) if ( project->isEmpty("QMAKE_CYGWIN_SHLIB") && project->isEmpty("QMAKE_OPENBSD_SHLIBS") ) { if ( !project->isActiveConfig("staticlib") && !project->isActiveConfig("plugin") ) { links << "$(TARGET0)" << "$(TARGET1)" << "$(TARGET2)"; - } } } } -- cgit v1.2.3