summaryrefslogtreecommitdiffstats
path: root/qmake/generators/unix/unixmake.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2014-09-12 12:59:53 -0500
committerTimothy Pearson <[email protected]>2014-09-12 12:59:53 -0500
commitb47847259808cc29f6bf98b8c788603d0d21a038 (patch)
tree4ce7377f698a62b2c6e04ec50b70641730dcfa42 /qmake/generators/unix/unixmake.cpp
parent9c2ce91a364c22f9b232eb40f3c2a392360ed21c (diff)
downloadtqt3-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.cpp2
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)";