qgis212-py new package



New Dependency



qca2-mac


Depends: qca2-mac-shlibs (>=2.0.3)
BuildDepends: qca2-mac (>=2.0.3)

build/CMakeCache.txt
QCA_INCLUDE_DIR:PATH=QCA_INCLUDE_DIR-NOTFOUND
QCA_LIBRARY:FILEPATH=QCA_LIBRARY-NOTFOUND

The below cmake options are added.
-D QCA_INCLUDE_DIR=%p/opt/qca2/mac/include
-D QCA_LIBRARY:FILEPATH=%p/opt/qca2/mac/lib/libqca.2.dylib

Yet, I still get the error below:
-- Found QScintilla2: /sw/lib/qt4-mac/lib/libqscintilla2.12.dylib (2.8.4)
CMake Error at cmake/FindQCA.cmake:88 (message):
Could not find QCA >= 2.0.3
Call Stack (most recent call first):
CMakeLists.txt:312 (FIND_PACKAGE)


Before setting QCA_INCLUDE_DIR and QCA_LIBRARY, the error was simply “Could not find QCA” without the version. After reading cmake/FindQCA, I’ve modified:
-D QCA_INCLUDE_DIR=%p/opt/qca2/mac/include/QtCrypto