build script now uses cmake, also:
- fixed linking qt6keychain and SortFilterProxyModel - added translations
This commit is contained in:
parent
663861dc09
commit
2564430046
4 changed files with 22 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue