build script now uses cmake, also:

- fixed linking qt6keychain and SortFilterProxyModel
- added translations
This commit is contained in:
vladimir.kuznetsov 2022-11-15 23:31:55 +03:00
parent 663861dc09
commit 2564430046
4 changed files with 22 additions and 17 deletions

View file

@ -59,7 +59,8 @@ set(PUBLIC_HEADERS ${PUBLIC_HEADERS}
${CMAKE_CURRENT_LIST_DIR}/sshconnection.h
)
set(HEADERS ${HEADERS} ${PUBLIC_HEADERS}
set(HEADERS ${HEADERS}
${PUBLIC_HEADERS}
${CMAKE_CURRENT_LIST_DIR}/sshsendfacility_p.h
${CMAKE_CURRENT_LIST_DIR}/sshremoteprocess_p.h
${CMAKE_CURRENT_LIST_DIR}/sshpacketparser_p.h