Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix logical block with mis-matching arguments
  • Loading branch information
3nids committed Apr 11, 2018
1 parent d5573a5 commit 9dc3ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac/cmake/1qt.cmake.in
Expand Up @@ -79,7 +79,7 @@ FOREACH (QTP cocoa;minimal;offscreen)
IF (NOT EXISTS "${QPLUGDIR}/../platforms/libq${QTP}.dylib")
EXECUTE_PROCESS (COMMAND ditto ${QARCHS} "@QT_PLUGINS_DIR@/platforms/libq${QTP}.dylib" "${QPLUGDIR}/../platforms/libq${QTP}.dylib")
ENDIF ()
ENDFOREACH (QTC)
ENDFOREACH (QTP)
EXECUTE_PROCESS (COMMAND mkdir -p "${QPLUGDIR}/../sqldrivers")
SET (QTLISTSQL ite odbc psql mysql)
# qspatialite driver plugin is part of QGIS build
Expand Down

0 comments on commit 9dc3ee4

Please sign in to comment.