Bug 49598 - Отсутствует QCryptographicHash
Summary: Отсутствует QCryptographicHash
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: qt6-base-devel (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Sergey V Turchin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-04 00:17 MSK by Vitaly Lipatov
Modified: 2024-03-04 12:32 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Lipatov 2024-03-04 00:17:26 MSK
Отсутствует заголовочный файл QCryptographicHash

Header:	#include <QCryptographicHash>
CMake:	find_package(Qt6 REQUIRED COMPONENTS Core)
target_link_libraries(mytarget PRIVATE Qt6::Core)
qmake:	QT += core

https://doc.qt.io/qt-6/qcryptographichash.html
Comment 1 Sergey V Turchin 2024-03-04 10:42:50 MSK
$ rpm -qf /usr/include/qt6/QtCore/QCryptographicHash
qt6-base-devel-6.6.2-alt3.x86_64