4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-11 02:09:33 +00:00

Make crypto.prf file reflect reality: this is where QCA is getting installed, which is not necessarily the Qt prefix.

svn path=/trunk/kdesupport/qca/; revision=1352135
This commit is contained in:
David Faure 2013-05-02 12:11:05 +00:00
parent 73ae6a3fc1
commit 26bbdc2cf1

@ -1,5 +1,5 @@
QCA_INCDIR = @QT_INCLUDE_DIR@
QCA_LIBDIR = @QT_LIBRARY_DIR@
QCA_INCDIR = @CMAKE_INSTALL_PREFIX@/include
QCA_LIBDIR = @LIB_INSTALL_DIR@
CONFIG *= qt
INCLUDEPATH += $$QCA_INCDIR/QtCrypto