diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-18 23:11:00 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-18 23:11:00 +0900 |
| commit | b6ba99e65a0cc61fe3ddb84123779630e103f4d6 (patch) | |
| tree | 9e8d05669e3570d50212c7d8b77b1a4883d1e226 | |
| parent | 2080def64c64099ea7685d903d070e028a8cb916 (diff) | |
| download | tqt-b6ba99e65a0cc61fe3ddb84123779630e103f4d6.tar.gz tqt-b6ba99e65a0cc61fe3ddb84123779630e103f4d6.zip | |
Fix typo in previous commit
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | qmake/generators/unix/unixmake.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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)"; - } } } } |
