diff options
author | Timothy Pearson <[email protected]> | 2014-09-12 12:59:53 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-09-12 12:59:53 -0500 |
commit | b47847259808cc29f6bf98b8c788603d0d21a038 (patch) | |
tree | 4ce7377f698a62b2c6e04ec50b70641730dcfa42 /qmake/generators/unix/unixmake.cpp | |
parent | 9c2ce91a364c22f9b232eb40f3c2a392360ed21c (diff) | |
download | tqt3-b47847259808cc29f6bf98b8c788603d0d21a038.tar.gz tqt3-b47847259808cc29f6bf98b8c788603d0d21a038.zip |
Automated update from Qt3
Diffstat (limited to 'qmake/generators/unix/unixmake.cpp')
-rw-r--r-- | qmake/generators/unix/unixmake.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/generators/unix/unixmake.cpp b/qmake/generators/unix/unixmake.cpp index 6d72ce126..d796e4d7b 100644 --- a/qmake/generators/unix/unixmake.cpp +++ b/qmake/generators/unix/unixmake.cpp @@ -806,7 +806,7 @@ UnixMakefileGenerator::defaultInstall(const TQString &t) uninst.append("\n\t"); uninst.append("-$(DEL_FILE) \"" + dst_pc + "\""); } - if ( project->isEmpty("QMAKE_CYGWIN_SHLIB") ) { + if ( project->isEmpty("QMAKE_CYGWIN_SHLIB") && project->isEmpty("QMAKE_OPENBSD_SHLIBS") ) { if ( !project->isActiveConfig("staticlib") && !project->isActiveConfig("plugin") ) { if ( project->isEmpty("QMAKE_HPUX_SHLIB") ) { links << "$(TARGET0)" << "$(TARGET1)" << "$(TARGET2)"; |