mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-29 04:54:31 +00:00
Make it not try to install to the Qt dir
svn path=/trunk/kdesupport/qca/; revision=770094
This commit is contained in:
parent
8606df0067
commit
372df25557
@ -51,7 +51,7 @@ set(CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE ON)
|
||||
SET(qca_INCLUDEDIR "${CMAKE_CURRENT_SOURCE_DIR}/include" )
|
||||
SET(LIBRARY_OUTPUT_PATH "${CMAKE_BINARY_DIR}/lib${LIB_SUFFIX}" )
|
||||
|
||||
set(qca_PLUGINSDIR "${QT_PLUGINS_DIR}/crypto/")
|
||||
set(qca_PLUGINSDIR "${CMAKE_INSTALL_PREFIX}/lib/qca/crypto/")
|
||||
MESSAGE(STATUS "Plugins will be installed to " ${qca_PLUGINSDIR})
|
||||
|
||||
include(QcaMacro)
|
||||
|
Loading…
x
Reference in New Issue
Block a user