Skip to content

Commit

Permalink
Hack to compile with local qca lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Il'inykh committed Aug 13, 2013
1 parent 2d253d5 commit e4be914
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,7 @@ static QString internal_crypto_prf(const QString &incdir, const QString &libdir,
QString out = QString(
"QCA_INCDIR = %1\n"
"QCA_LIBDIR = %2\n"
"QMAKE_RPATHDIR = %2\n"
"QCA_FRAMEWORKDIR = %3\n"
"\n"
"CONFIG *= qt\n"
Expand Down
Binary file modified configure.exe
Binary file not shown.
1 change: 1 addition & 0 deletions qcm/qca.qcm
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ static QString internal_crypto_prf(const QString &incdir, const QString &libdir,
QString out = QString(
"QCA_INCDIR = %1\n"
"QCA_LIBDIR = %2\n"
"QMAKE_RPATHDIR = %2\n"
"QCA_FRAMEWORKDIR = %3\n"
"\n"
"CONFIG *= qt\n"
Expand Down

0 comments on commit e4be914

Please sign in to comment.