Skip to content

Commit

Permalink
Merge pull request #10 from sandsmark/master
Browse files Browse the repository at this point in the history
botan2 port, qiodevice support, fix ui test
  • Loading branch information
paglian committed Nov 13, 2017
2 parents 69e3b7b + 4187b38 commit 4c8bf55
Show file tree
Hide file tree
Showing 35 changed files with 143 additions and 65,581 deletions.
2 changes: 1 addition & 1 deletion examples/SecureUploader/SecureUploader.pro
Expand Up @@ -19,4 +19,4 @@ HEADERS += \
securefileuploader.h

include(../../qssh.pri) ## Required for IDE_LIBRARY_PATH and qtLibraryName
LIBS += -L$$IDE_LIBRARY_PATH -l$$qtLibraryName(Botan) -l$$qtLibraryName(QSsh)
LIBS += -L$$IDE_LIBRARY_PATH -l$$qtLibraryName(botan-2) -l$$qtLibraryName(QSsh)
1 change: 1 addition & 0 deletions qssh.pri
Expand Up @@ -146,6 +146,7 @@ INCLUDEPATH += \
CONFIG += depend_includepath

LIBS += -L$$IDE_LIBRARY_PATH
LIBS += -lbotan-2

!isEmpty(vcproj) {
DEFINES += IDE_LIBRARY_BASENAME=\"$$IDE_LIBRARY_BASENAME\"
Expand Down
4 changes: 0 additions & 4 deletions src/libs/3rdparty/3rdparty.pro

This file was deleted.

0 comments on commit 4c8bf55

Please sign in to comment.