12 lines
604 B
Text
12 lines
604 B
Text
Index: Accounts/AccountsQt5Config.cmake.in
|
|
--- Accounts/AccountsQt5Config.cmake.in.orig
|
|
+++ Accounts/AccountsQt5Config.cmake.in
|
|
@@ -1,5 +1,5 @@
|
|
# ACCOUNTSQT_INCLUDE_DIRS - The libaccounts-qt include directories
|
|
# ACCOUNTSQT_LIBRARIES - The libraries needed to use libaccounts-qt
|
|
|
|
-set(ACCOUNTSQT_LIBRARIES $${INSTALL_LIBDIR}/lib$${TARGET}.so)
|
|
-set(ACCOUNTSQT_INCLUDE_DIRS $${INSTALL_PREFIX}/include/$${TARGET}/)
|
|
\ No newline at end of file
|
|
+set(ACCOUNTSQT_LIBRARIES $${INSTALL_LIBDIR}/lib$${TARGET}.so.${LIBaccounts-qt5_VERSION})
|
|
+set(ACCOUNTSQT_INCLUDE_DIRS $${INSTALL_PREFIX}/include/$${TARGET}/)
|