IKEv2 class file renamed

This commit is contained in:
pokamest 2021-12-21 02:57:23 +03:00
parent bd9b9600c1
commit f20134415e
5 changed files with 29 additions and 159 deletions

View file

@ -11,7 +11,7 @@ win32 {
-lcrypt32 \
!contains(QMAKE_TARGET.arch, x86_64) {
INCLUDEPATH += $$PWD/windows/x86_64
INCLUDEPATH += $$PWD/windows/x86
HEADERS += $$PWD/windows/x86/botan_all.h
SOURCES += $$PWD/windows/x86/botan_all.cpp
}