Navigation Menu

Skip to content

Commit

Permalink
fix logical block with mis-matching arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 11, 2018
1 parent dabf1c7 commit 91aafb5
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 91aafb5

Please sign in to comment.